What's Changed * Added Test for LIKE (already passing) and added support for geq/leq by ValentinHerrmann in https://github.com/ValentinHerrmann/sql_testing_tools/pull/14
Restructured repositories into one repo with automatic release upload to pypi.
Current Features: - SELECT with columns and functions - FROM with tables (no queries as tables) - WHERE with chained conditions using AND, OR and parentheses - ORDER BY with multiple columns - GROUP BY with multiple columns