On Saturday, 30 April 2022 at 14:29:56 UTC, notsteve wrote:
Hi,
I am trying to setup a simple webserver in D using vibe.d
(0.9.4) and want to use mongoDB as a database. To achieve this,
I've set up a mongoDB atlas instance with the following command
inside the standard app.d file created by vibe.d
[...]
Don't know if this will help or not, but someone wrote a book
explaining vibed (and it's pretty recent too), maybe it'll
contain some info regarding your issue
https://github.com/reyvaleza/vibed/blob/main/BuildWebAppsinVibe.pdf
Hope it helps!