CG/SQL: Easy, accurate code generation for SQLite

71 · Facebook · Oct. 8, 2020, 8:21 p.m.
What it is: CG/SQL is a code generation system for the popular SQLite library that allows developers to write stored procedures in a variant of Transact-SQL (T-SQL) and compile them into C code that uses SQLite’s C API to do the coded operations. CG/SQL enables engineers to create highly complex stored procedures with very large [...] Read More... The post CG/SQL: Easy, accurate code generation for SQLite appeared first on Facebook Engineering....