Jump to letter: [
ABCDEFGIJKLMNOPQRSTUVW
]
libzdb: C database library small and fast easy to use API similar to JDBC
| Name: | libzdb |
Vendor: | ehbogerlach.nl repo http://ftp.ehbogerlach.nl/pub/linux/ |
| Version: | 2.2.1 |
License: | GPL3+ |
| Release: | 0.59.fc5.gerlach |
URL: | http://www.tildeslash.com/ |
- Summary
- C database library small and fast easy to use API similar to JDBC.
Connect to multiple database systems with zero runtime configuration using URL scheme.
With Thread safe Connection Pooling Exceptions handling.
GNU GENERAL PUBLIC LICENSE WITH EXCEPTIONS
This library provides a database URL connector API interface, but doesn't
implement any database mechanisms itself; instead it can be used for developers
to implement an easy way to connect to an database by only using an URL to connect to.
Current databases that this library supports are:
- PGRESql
- MySQL
- SQLite3
Changelog
- * Sun Apr 6 12:00:00 2008 Sjoerd Dijkstra
- Initial commit