Database bindings
mw
mingwu at gmail.com
Wed Apr 7 18:46:11 UTC 2021
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"
More information about the Digitalmars-d-learn
mailing list