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.
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.