Hello all. I would like to let everyone know about Sqlite++ - the new cross-platform
C++ class library wrapper for Sqlite. It is designed to make using the SQLite C
library easy without sacrificing performance. SQLite++ also supports null-encoding,
TwoFish encryption and ZLib compression.
SQLite++ consists of 4 main classes and a few utility methods for encoding/decoding,
encrypting/decrypting and compressing/decompressing data. These classes make it
super-easy to begin using SQLite immediately without having to write lots 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. SQLite++ uses
standard C++ (no platform-specific code), and the Standard Template Library (STL).
Here is the direct link to find out more:
www.sqliteplus.com
cheers
-Brett Goodman