Popularity
2.1
Declining
Activity
4.4
-
32
15
19

Description

Tntdb has drivers for postgresql, sqlite3, mysql and oracle. A special replication driver writes data to multiple databases and read from one. It is some kind of 'poor mans database replication'.

Resources are handled automatically. The developer can't forget to free resources like disconnecting from the database. All objects used in tntdb are internally reference counted so that copying around objects is cheap and easy.

Prepared statements are fully supported to prevent problems with SQL injection. Where prepared statements are not supported by the database, tntdb emulates the use.

Tntdb is thread safe and supports connection pooling and caches prepared statements for best performance.

Code Quality Rank: L1
Programming language: C++
License: GNU Lesser General Public License v3.0 only
Tags: Database     Sqlite     postgreSQL     Oracle     MySQL    
Latest version: v1.4

tntdb alternatives and similar libraries

Based on the "Database" category.
Alternatively, view tntdb alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of tntdb or a related project?

Add another 'Database' Library