Comment on CG/SQL – SQL dialect compiler to C for sqlite3 mimicking stored proceduresparentComments−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
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.