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 ?
Thread overview | |||||
---|---|---|---|---|---|
|
April 07, 2021 Database bindings | ||||
---|---|---|---|---|
| ||||
Let's say I want to connect to the databases :
|
April 07, 2021 Re: Database bindings | ||||
---|---|---|---|---|
| ||||
Posted in reply to Alain De Vos | On Wednesday, 7 April 2021 at 14:52:25 UTC, Alain De Vos wrote: >Let's say I want to connect to the databases :
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" |