/cte-tester

CTETester is a Python package that allows you to test Common Table Expressions (CTEs) in SQL queries. Given a SQL query and a target CTE, it returns a modified query that tests the target CTE. This package is useful for developers who want to test the correctness of their CTEs.

Primary LanguagePythonMIT LicenseMIT

Watchers