netspective-labs / sql-aide

SQL Aide (SQLa) Typescript template literal text supplier optimized for emitting SQL
https://www.sql-aide.com/
MIT License
10 stars 17 forks source link

Introduce SQLa to polyglot code generators for multiple languages #176

Closed shah closed 7 months ago

shah commented 7 months ago

Since SQLa already has all the modeling and typing data for SQL objects, we should be able to generate code for ORMs and structures in other languages. This way, SQLa is bridge between SQL and other languages beyond Typescript (like Rust, Go, C/C++, .NET, etc.).