338f00d4a8
Simple database library
15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
This is libsdb, the simple database library, which provides a way to support
|
|
multiple database management systems in an application with negligeable
|
|
overhead, in terms of code as well as system resources.
|
|
|
|
Supported databases:
|
|
- Lago
|
|
- Mysql
|
|
- Sqlite
|
|
- Mimer
|
|
- Postgresql
|
|
- Oracle
|
|
- Gdbm
|
|
|
|
WWW: http://siag.nu/libsdb/
|