www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Database bindings

reply Alain De Vos <devosalain71 gmail.com> writes:
Let's say I want to connect to the databases :
- tokyokabinet
- redis
- mongodb
- postgresql
- sqlite
- mysql
- couchdb
Which "dub add X" commands should I run for each of them ?
Apr 07 2021
parent reply mw <mingwu gmail.com> writes:
On Wednesday, 7 April 2021 at 14:52:25 UTC, Alain De Vos wrote:
 Let's say I want to connect to the databases :
 - tokyokabinet
 - redis
 - mongodb
 - postgresql
 - sqlite
 - mysql
 - couchdb
 Which "dub add X" commands should I run for each of them ?
https://code.dlang.org/search?q=database You need to choose the package(s) you want to use first, e.g. tinyredis then "dub add tinyredis"
Apr 07 2021
parent Alain De Vos <devosalain71 gmail.com> writes:
Now I see.
I need to sort the packages by score.
[ There are some dead monkeys in the package database ]
Apr 07 2021