redwoodjs-com-archive
redwoodjs-com-archive copied to clipboard
Cookbook: "Other" database providers
We've seen people connect to:
- Fauna DB: https://fauna.com/blog/building-a-minimum-viable-stack-with-redwoodjs-and-faunadb
- Firebase: (coming soon)
- Azure: https://community.redwoodjs.com/t/tutorial-using-an-azure-postgresql-db-with-redwood/1209
- RDS: (done this myself several times, but haven't written down the steps yet)
We should at least collect links to these writeups for others looking to connect to something other than SQLite, MySQL and Postgres.
You could add Supabase here for a Cookbook as well. Note: they have added that as one of their Hacktoberfest items
https://community.redwoodjs.com/t/supabase-redwood-experiments/1088/18
and
https://github.com/supabase/supabase/issues/150
@dthyresson Also made a nice writeup here on connecting to Hasura, which I'm currently following. It would be great to have that included as well. 😃
I recently updated the awesome-redwood repo and there is a section for databases. This would be the best place right now to point people if they want to explore this material or add their own content, and it would be a good jumping off point if anyone wants to write a cookbook that encompasses all of them.