SQL-IMDB

SQL-IMDB 2.1

Lightweight in-memory database with SQL interface which can be used by multiple applications to store and manipulate data at main memory speeds. To an application, SQL-IMDB looks much like any other database server, complete with multi-threading, transaction processing and UNICODE support. The difference is that everything is stored in memory (local or shared, for cross-application availability) and managed by the DBMS optimised for disk-free operations. The result is a system that's not only useful for sharing data between applications, but also for replacing traditional data structures such as hash tables, lists and arrays, and it can even export its data to disk if required. Available as ActiveX, DLL and LIB component.

Download SQL-IMDB

Home