Closed gabrielromk closed 10 months ago
@gabrielromk it's important to note the different connections Deno.openKv
can establish (local and remote). See the API reference for more details:
That being said, its different if you open
await Deno.openKv()
await Deno.openKv("https://api.deno.com/databases/<database-id>/connect")
Closing this for now.
I forked the template and seeded the database, however, I can't see any entries in the platform even though it is working properly.