Difference between revisions of "Database Libraries"
(dpq2 and pagator-backend statuses update) |
IrenejMarc (talk | contribs) m (Added dpq (https://github.com/IrenejMarc/dpq) to the list of database libraries) |
||
Line 85: | Line 85: | ||
| license = Boost 1.0 | | license = Boost 1.0 | ||
| url = https://github.com/buggins/hibernated | | url = https://github.com/buggins/hibernated | ||
+ | }} | ||
+ | {{Project | ||
+ | | name = '''dpq''' | ||
+ | | about = Simple but powerful PostgreSQL library with support for both ORM and manual querying. | ||
+ | | platform = POSIX(Windows untested) | ||
+ | | license = MIT | ||
+ | | url = https://github.com/IrenejMarc/dpq | ||
}} | }} | ||
}} | }} |
Revision as of 09:40, 30 April 2016
Title / Info | Description | License | Platform | |
---|---|---|---|---|
D library to use SQLite | GPL | Windows/POSIX | ||
D2 SQLite bindings and OO interface | Boost | ?? | ||
This wrapper around SQLite in D | Boost | ?? | ||
SQLite bridge library for D programming language | see | ?? | ||
PostgreSQL, mySQL and SQLite simple binding. | Boost | Windows/POSIX | ||
Yet another attempt to create a good interface to PostgreSQL | Boost | Windows/POSIX | ||
Database access for D2. Currently, only PostgreSQL client | Boost 1.0 | POSIX | ||
Light wrapper over PostrgeSQL, libpq binary protocol, asynchronous connection pool (outdated and isn't supported) | MIT | POSIX | ||
ArangoDB Driver. | Boost 1.0 | POSIX | ||
DB access library similar to JDBC (supports PostgreSQL, MySQL, SQLite). | Boost 1.0 | Windows/POSIX | ||
ORM for D (supports PostgreSQL, MySQL, SQLite). | Boost 1.0 | Windows/POSIX | ||
Simple but powerful PostgreSQL library with support for both ORM and manual querying. | MIT | POSIX(Windows untested) |