dbutil - Dynamic SQL Generation Library News
Brought to you by:
tshadb
Libdbutil is a C library used to allow user-interfaces to more easily generate SQL for a database backend. The library can generate standard SELECT, INSERT , UPDATE and DELETE statements for use by most RDBMS systems including; mySQL, postgreSQL and Informix. The library includes support for several GTK+ widgets, but can be used for SQL generation from other user interfaces also. The library has full support for table joins and foreign keys within SELECT statements, which allows the library to generate SQL for very complex UIs.