|
Wednesday, 28 July 2010 04:00 |
 | About iAuxSQL: sql db interface engine
Abstracts peculiarities of host database APIs and provides a single interface that allows to switch from one database type to another even during application run-time. iAuxSQL provides an additional, extended functionality which simplifies data management, such as: binary data structure’s serialization, high-level thread-safe transactions, SQL table mapping to a STL-like container and much more. It supports commonly used database hosts: MySQL, PostgreSQL, Oracle and SQLite (built-in).
Features:
- Supports databases: MySQL (4.1, 5.0, 5.1, 5.4, +), PostgreSQL (8.2+), Oracle (10.2+), SQLite (built-in: latest).
- Host native transactions.
- Home-brew extended transactions: named, non-global and thread-safe.
- Proxy service, as database communication re-routing for portability and higher security.
- Many more features. |
Read more:
|