Difference between revisions of "Database Libraries"
Line 9: | Line 9: | ||
| license = Apache 2.0 | | license = Apache 2.0 | ||
| url = https://github.com/huntlabs/database | | url = https://github.com/huntlabs/database | ||
+ | }} | ||
+ | |||
+ | {{Project | ||
+ | | name = '''Entity''' (HuntLabs) | ||
+ | | about = An object-relational mapping (ORM) framework for dlang's database, support PostgreSQL / MySQL / SQLite. | ||
+ | | platform = FreeBSD/Linux/Windows/MacOS | ||
+ | | license = Apache 2.0 | ||
+ | | url = https://github.com/huntlabs/entity | ||
}} | }} | ||
Revision as of 06:16, 5 September 2017
Title / Info | Description | License | Platform | |
---|---|---|---|---|
A database abstraction layer, support PostgreSQL / MySQL / SQLite. | Apache 2.0 | FreeBSD/Linux/Windows/MacOS | ||
An object-relational mapping (ORM) framework for dlang's database, support PostgreSQL / MySQL / SQLite. | Apache 2.0 | FreeBSD/Linux/Windows/MacOS | ||
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 | ||
Allows to use JSON-RPC requests to PostgresSQL RDBMS. | 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) |