Categories
sql2class
'sql2class' is a code generation tool to convert output from the MySQL tool mysqldump to simple C++ classes. For each database table, one C++ class is generated containing member variables for each column as well as methods to read/insert/update records and also return the record as XML. The generated classes use the mysql C API wrapper to access mysql - no code generated by sql2class is actually mysql dependent. The wrapper can be modified to support other databases as well.
Last updated 5 Aug, 2004
About
Leadership
- Anders Hedstrom - Maintainer
Requirements
- MySQL C API C++ wrapper 1.1 or later (Use Requirement)
Versions
1.3.2
1.3.2 stable released 2004-08-05
- Released: 5 Aug, 2004
- Code Maturity: Stable
- Source Archive: http://www.alhem.net/project/sql2class/sql2clas...
- Licenses: GPLv2orlater
- Interfaces: Command Line



