|
|
|
|
|
by simonw
1021 days ago
|
|
When you run `kv = await Deno.openKv()` locally it opens a SQLite database. On Deno Deploy it opens a connection to FoundationDB. How does that mechanism work? Is it using the same URL mechanism as the new Deno.openKv(URL) thing? |
|
[1]: https://github.com/denoland/deno/blob/be1fc754a14683bf640b7b...