database object code generator News
Status: Beta
Brought to you by:
dtynan
This new release of the Database Object Code Generator fixes a few bugs with multi-table definitions and adds some needed functionality to the default queries. It is now possible to format an SQL query and call db_runXXXquery() where XXX is the table name and it will execute the SQL SELECT, allocate a struct (in C), fill the struct with the results of the select and return it to the caller.