Description
CG/SQL is a code generation system for the popular SQLite library that enables engineers to create complex stored procedures with very large queries.
Summary
- Easy, accurate code generation for SQLite What it is: CG/SQL enables engineers to create highly complex stored procedures with very large queries, without the manual code checking that existing methods require.
- SQLite is widely used, but creating well tested and maintainable data access layers can be challenging at best.
- Many teams use some kind of code generation to avoid having to change dozens of ordinals every time a column is added, but these can be error prone.