Tahul / nuxt-edgedb

💽 Nuxt 3 integration for EdgeDB
61 stars 6 forks source link

Cloud databases #30

Open maxdzin opened 1 week ago

maxdzin commented 1 week ago

Greetings!

Is it possible to make this module work with EdgeDB cloud? If so, can you explain how exactly?

Thank you!

Tahul commented 1 week ago

Hello there :)

It sure is, you can take advantage of env variables to do so.

From EdgeDB Cloud, you should be provided with a DSN to use, you can use that in development, or use a local instance in develpment and use that Cloud DSN in production.