# duckdb-sqllogictest-python **Repository Path**: redraiment/duckdb-sqllogictest-python ## Basic Information - **Project Name**: duckdb-sqllogictest-python - **Description**: SQLLogicTest runner for DuckDB written in Python - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-14 - **Last Updated**: 2025-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DuckDB SQLLogicTest > Warning: experimental! ## Overview This is a library for running SQLLogicTest tests on the DuckDB database engine. It leverages DuckDB's Python distribution to easily run tests against various versions of DuckDB. This is especially useful when developing and maintaining DuckDB extensions.