|
|
|
|
|
by 015a
992 days ago
|
|
Passing a path to the local filesystem for the SQLite database only applies to local development; it does not speak to how to connect to e.g. a remote-hosted FoundationDB cluster. But, I think this section hints at how it could be done [1]. Its phrased in the context of connecting to the DenoKV-hosted database from outside Deno Deploy, but it seems like the reverse could also be accomplished with the same API. [1] https://docs.deno.com/kv/manual/on_deploy#connect-to-managed... |
|