Skip to content

Introduce DATABASE_URL

Alex Gleason requested to merge database-url into main

#93

First pass adding a DATABASE_URL variable.

It accepts a value like sqlite://data/db.sqlite3 or sqlite://:memory: or sqlite:///home/alex/Downloads/db.sqlite3

I will add support for Postgres later. And I also want to add Deno.KV.

Merge request reports