Hello all. I am pleased to announce the release of SQLite++ version 3, the cross-platform C++ library for SQLite. It is designed to make using the SQLite C library easy without sacrificing performance. SQLite++ also supports *TwoFish encryption* and *ZLib compression*.

SQLite++ consists of 4 main classes and a few utility classes for *BLOB handling*, *encryption* and *compression*. These classes make it super-easy to begin using SQLite immediately, without having to write heaps of infrastructure code as you would otherwise need to do. The main classes are:

   * SqliteDb
   * Dataset
   * Columns (Collection)
   * Column

Open and query a database with just a few lines of code. Save yourself weeks of coding and debugging with this robust and easy to use class library.

For more information, start at the SqlitePlus website:   www.sqliteplus.com

Best regards
-Brett Goodman
EzTools Software



Reply via email to