pbuilder4cpp analyzes a database catalog and generates C++ code to perform CRUD operations. Based on TNTDB library, supports PostgreSQL, SQLite, MySQL, and Oracle.
pbuilder4cpp desing rules are
- lean layer,
- not exclusive -you may access directly with tntdb-
- thread safe,
- intuitive and
- efficient managing a large amount of data.
pbuilder4cpp's philosophy is based on Unix Philosophy described by Eric S. Raymond in The Art of Unix Programming. First version was released in January, 2014.
As Java tries to isolate its machine of the hardware (write once, run anywhere), pbuilder4cpp does the same by isolating your development process of the database engine.
Nowadays, pbuilder4cpp supports four database engines. We plan to support more engines by implementing directly their own C/C++ APIs.
Use this link to access Git repository
Contact
Main developer: Saúl Correas Subías, email: saul <dot> correas <at> gmail <dot> com
Enjoy it!