CG/SQL: Easy, accurate SQLite code generation

By Facebook Engineering - 2020-10-08

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.

 

Topics

  1. NLP (0.22)
  2. Backend (0.18)
  3. Database (0.11)

Similar Articles

goldbergyoni/nodebestpractices

By GitHub - 2020-12-19

:white_check_mark: The Node.js best practices list (December 2020) - goldbergyoni/nodebestpractices