redwoodjs-com-archive icon indicating copy to clipboard operation
redwoodjs-com-archive copied to clipboard

Cookbook: "Other" database providers

Open cannikin opened this issue 3 years ago • 3 comments

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.

cannikin avatar Sep 23 '20 16:09 cannikin

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 avatar Sep 23 '20 19:09 dthyresson

@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. 😃

simonmd avatar Oct 24 '20 00:10 simonmd

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.

ajcwebdev avatar Oct 24 '20 04:10 ajcwebdev