The Zild C Database Library implements a small, fast, and easy to use database API with thread-safe connection pooling. The library can connect transparently to multiple database systems. It has zero runtime configuration and connections are specified via a URL scheme.
| Tags | Software Development Libraries Application Frameworks Database API |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | POSIX Linux Mac OS X BSD |
| Implementation | C |
Recent releases


Changes: This is a feature and bugfix release which greatly improves upon SQLite concurrency. The authors have tested libzdb with SQLite using up to 300 concurrent threads without experiencing lock problems.


Changes: Minor features and bugfixes.


Changes: This is a minor feature and bugfix release.


Changes: This release supports variable arguments in Connection_prepareStatement() to make it easy to build prepared statements in place.


Changes: A bug which prevented the SQLite driver from retrying to execute on a database lock was fixed. Libzdb will now handle concurrent usage of SQLite much better.