Difference between revisions of "Database Libraries"

From D Wiki
Jump to: navigation, search
(dpq2 and pagator-backend statuses update)
Line 44: Line 44:
 
{{Project
 
{{Project
 
  | name = '''dpq2'''
 
  | name = '''dpq2'''
  | about = Yet another attempt to create a good interface to PostgreSQL (abandoned)
+
  | about = Yet another attempt to create a good interface to PostgreSQL
 
  | platform = Windows/POSIX
 
  | platform = Windows/POSIX
  | license = ?
+
  | license = Boost
 
  | url = https://github.com/denizzzka/dpq2
 
  | url = https://github.com/denizzzka/dpq2
 
}}
 
}}
Line 57: Line 57:
 
}}
 
}}
 
{{Project
 
{{Project
  | name = '''Pgator'''
+
  | name = '''pgator-backend'''
  | about = Light wrapper over PostrgeSQL, libpq binary protocol, asynchronous connection pool
+
  | about = Light wrapper over PostrgeSQL, libpq binary protocol, asynchronous connection pool (outdated and isn't supported)
 
  | platform = POSIX
 
  | platform = POSIX
 
  | license = MIT
 
  | license = MIT

Revision as of 12:42, 4 April 2016


Title / InfoDescriptionLicensePlatform
Icon dpackage 48.png
D library to use SQLite GPL Windows/POSIX
Icon dpackage 48.png
D2 SQLite bindings and OO interface Boost  ??
Icon dpackage 48.png
This wrapper around SQLite in D Boost  ??
Icon dpackage 48.png
SQLite bridge library for D programming language see  ??
Icon dpackage 48.png
PostgreSQL, mySQL and SQLite simple binding. Boost Windows/POSIX
Icon dpackage 48.png
Yet another attempt to create a good interface to PostgreSQL Boost Windows/POSIX
Icon dpackage 48.png
Database access for D2. Currently, only PostgreSQL client Boost 1.0 POSIX
Icon dpackage 48.png
Light wrapper over PostrgeSQL, libpq binary protocol, asynchronous connection pool (outdated and isn't supported) MIT POSIX
Icon dpackage 48.png
ArangoDB Driver. Boost 1.0 POSIX
Icon dpackage 48.png
DB access library similar to JDBC (supports PostgreSQL, MySQL, SQLite). Boost 1.0 Windows/POSIX
Icon dpackage 48.png
ORM for D (supports PostgreSQL, MySQL, SQLite). Boost 1.0 Windows/POSIX