Can 2 sites share the same fauna db?

Let’s say I have 2 different sites in the same Netlify team and I want them to access the same fauna db instance. How would I do that?

Didn’t find an option in the netlify cli and addons aren’t even shown in the admin dashboard.

I dont think this is specific to netlify however, Fauna is just a database, if you have the secret / auth then you can send requests to the database?

Im not sure if there was a plugin you were using but I can imagine its a serverless function that hits the fauna DB. There would be no restrictions in requesting from the same database. Fauna would probably provide connection information in their dashboard.

Could you be more specific in your issue? :slight_smile: