EzTools Software logo
   SQLitePlus and SQLite++
The logical desktop database choice
SQLite COM Wrapper DLL and C++ Class Library
 


EzTools-Software.com - Cool Windows Programming Tools
WinDevTools.com - Find Windows Programming Tools
 

SQLitePlus and SQLite++ are based on the popular SQLite C database engine (www.sqlite.org).  SQLite is a small, fast, embeddable SQL database engine that stores a complete database in a single cross-platform disk file.  SQLite is used in products by Google, Apple, PHP and many others.

 
SQLite supports
  • Most of SQL92
  • Transactions with atomic commit and rollback
  • Sub-queries
  • Compound queries
  • Triggers
  • Views
SQLitePlus COM DLL & Database Explorer

SQLite++ C++ Class Library

SQLitePlus is a COM Wrapper DLL and Database Manager that extend the functionality of SQLite to add these important features:

  • COM Interface
  • Built-in Encryption and Compression
  • Powerful .csv import/export functions
  • Stored Procedures
  • On-the-fly Encryption and Compression
  • ADO-like object model
  • Written with C++/ATL - Super fast performance

SQLitePlus makes it easy to use this powerful SQL database engine from higher level languages, such as Visual Basic, Delphi, C#, VB.NET etc., but with NO ODBC/OLEDB drivers or ADO required - no 13MB MDAC install, and without the overhead of these extra layers so its lightning fast.

The SQLitePlus Database Manager is similar to Microsoft Query Analyzer and Enterprise Manager, giving you the tools you need to work with your SQLite databases in the Windows environment.  To learn more about SQLitePlus, please visit the EzTools Software website. [more info...]

 

SQLite++ is a cross-platform C++ wrapper library for SQLite.  It is designed to make using the SQLite C library easy without sacrificing performance.  SQLite++ features built-in 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. [more info...]