Thread overview
Database bindings
Apr 07, 2021
Alain De Vos
Apr 07, 2021
mw
Apr 07, 2021
Alain De Vos
April 07, 2021

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 ?
April 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"

April 07, 2021

Now I see.
I need to sort the packages by score.
[ There are some dead monkeys in the package database ]