Search This Blog

Sunday, October 20, 2013

The Black Toolkit 1.1 is released

The Black Toolkit 1.1 was released yesterday, containing the new Heavy Metal SQL client, supporting also Pascal sources and generating a better DAO code for JDBC Java.

Wednesday, October 16, 2013

Built-in SQL client?

The Black Toolkit 1.1 will have a fully featured, built-in SQL client, instead of just a CRUD Class importer.

The supported drivers are:
  • MySQL.xml
  • PostgreSQL.xml
  • Firebird.xml
  • Oracle.xml
  • SQLite3.xml

They are XML files because anyone can write a driver for other DB and connect it via ODBC.

The Black Toolkit 1.1 must be released until the end of October 2013.

Friday, October 11, 2013

The Black Toolkit 1.1 will be released soon

The Black Toolkit 1.1 will have some new improvements:

  • The Java DAO will generate a more robust code. Less a bug.
  • The CRUD/DAO importer will not just import from SQL, but analyze the database's objects and permit to write queries and scripts.
  • It will support Pascal and it will be extensible with other programming languages.