PBUILDER4CPP for PostgreSQL goes ahead

PBUILDER4CPP for PostgreSQL goes ahead. In this link you can see automatically generated C++17 code from pgsql catalogs. I’m writing a brand new analyzer and C++ render to produce lighter and faster entities and artifacts. You may compare it with tntdb-based example 1 to see main differences. Speed and safety are the leit motif of […]

pbuilder4cpp becomes a specific tool for Postgresql

pbuilder4cpp becomes a specific tool for Postgresql. It means that 1.1606 is the last version supporting MySQL, SQLite, and Oracle. Future versions won’t use tntdb as underlying library, being libpq the standard one. 1.1606 is a stable and error free version. Feel free to fork and evolve it for your own needings. Thanks for use pbuilder4cpp.

pbuilder4cpp, minor bug detected in MysqlAnalyzer

A minor bug has been detected in MysqlAnalyzer (issue id #12). pbuilder4cpp doesn’t detect primary key columns when unit name is different to database name. The workaround is easy, use the same name for database and unit name. In fact, most users use the same name. This issue has been included in 1.1606 milestone.   […]

pbuilder4cpp moves to PostgreSQL

pbuilder4cpp moves to PostgreSQL as main database engine in its development process. Previous version has been developed using MySQL as database engine, and only its catalog is supported to do reverse engineering. In the future both catalogs will be supported  and maintained, but PostgreSQL will have priority. Next version also includes tests to be executed […]