facebookincubator/CG-SQL

CG/SQL is a compiler that converts a SQL Stored Procedure like language into C for SQLite. SQLite has no stored procedures of its own. CG/CQL can also generate other useful artifacts for testing and schema maintenance.

HTML

400

911 commits

updated May 1, 2023

See the code

README

CG/SQL

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 queries, without the manual code checking that existing methods require.

The full system also includes features for managing and upgrading schema, creating test code for stored procedures, getting query plans for procedures, as well as interfacing with stored procedures from other languages, such as Java and Objective-C. The JSON output allows for the creation of even more analysis or interfacing code. The package includes extensive documentation on the language and system.

Find out more at our website.

Getting Started

Please refer to our documentation to start using CG/SQL:

For Contributors:

Licensing

CG/SQL is MIT-licensed.

c
c-lang
sql
sqlite

Contributors

ricomariani

601 commits

winniequinn

126 commits

RaoulFoaleng

104 commits

vaishmantha

29 commits

facebookincubator/CG-SQL

CG/SQL is a compiler that converts a SQL Stored Procedure like language into C for SQLite. SQLite has no stored procedures of its own. CG/CQL can also generate other useful artifacts for testing and schema maintenance.

HTML

400

911 commits

updated May 1, 2023

See the code

README

CG/SQL

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 queries, without the manual code checking that existing methods require.

The full system also includes features for managing and upgrading schema, creating test code for stored procedures, getting query plans for procedures, as well as interfacing with stored procedures from other languages, such as Java and Objective-C. The JSON output allows for the creation of even more analysis or interfacing code. The package includes extensive documentation on the language and system.

Find out more at our website.

Getting Started

Please refer to our documentation to start using CG/SQL:

For Contributors:

Licensing

CG/SQL is MIT-licensed.

c
c-lang
sql
sqlite

Contributors

ricomariani

601 commits

winniequinn

126 commits

RaoulFoaleng

104 commits

vaishmantha

29 commits

Languages

HTML

51.2%

C

34.6%

TSQL

7.9%

Yacc

1.8%

Shell

1.2%