Comment on CG/SQL – SQL dialect compiler to C for sqlite3 mimicking stored proceduresComments−DenisDolya7moCG-SQL = an attempt to give C what Python has had for a long timeconvenient “scripted” work with the database, but without losing speed.This is cool.−pjmlp7moOracle was already doing this in the 1990's with Pro*C.https://docs.oracle.com/cd/A97630_01/win.920/a96111/intro.ht...Sybase and Informix also used to have something similar.−dfox7moPostgreSQL has this: https://www.postgresql.org/docs/current/ecpg.html−pjmlp7moThanks for the heads up.
Comments
CG-SQL = an attempt to give C what Python has had for a long timeconvenient “scripted” work with the database, but without losing speed.This is cool.
Oracle was already doing this in the 1990's with Pro*C.
https://docs.oracle.com/cd/A97630_01/win.920/a96111/intro.ht...
Sybase and Informix also used to have something similar.
PostgreSQL has this: https://www.postgresql.org/docs/current/ecpg.html
Thanks for the heads up.