digitalmars.D.learn - Database bindings
- Alain De Vos (9/9) Apr 07 2021 Let's say I want to connect to the databases :
- mw (5/14) Apr 07 2021 https://code.dlang.org/search?q=database
- Alain De Vos (3/3) Apr 07 2021 Now I see.
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
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
Now I see. I need to sort the packages by score. [ There are some dead monkeys in the package database ]
Apr 07 2021