Main Concept for Wrapper of the Sqeleton Query Abstraction:
[ ] 0. Install Sqeleton
[ ] 1. Create a second In-memory duckdb Instance, which will act as "Shadow" for the other db.
[ ] 2. Initialize the Shadow Db now by shooting DDL of all SCHEMA_CONFIG 's in it.
[ ] 3. Now, we should be able to build queries without compile errors to obtain valid funky query string using the squeleton abstraction in our Wrapper class.
Main Concept for Wrapper of the Sqeleton Query Abstraction:
https://github.com/datafold/sqeleton/blob/master/tests/test_query.py