James-Lycett / workplace-wellness

0 stars 0 forks source link

Supabase Database #72

Closed James-Lycett closed 1 week ago

James-Lycett commented 2 weeks ago

I got a free database set up using supabase. The credentials are slightly different than the way elephantSQL does it so I had to mess with the knexfile config. ElephantSQL database name and username are the same while supabase includes an id string on the username. I also ran into some SSL trouble so I had to include an SSL certificate with the database connection. idk if this implies supabase is more secure or what. I'll send over the .env variables and the cert file

Changes:

James-Lycett commented 1 week ago

Closing for now so we don't accidentally merge this thang