Dhruv-Panicker / ExcelGuard

1 stars 2 forks source link

Alternative for setting up a PostgreSQL database #24

Open pJeyakumar opened 4 months ago

pJeyakumar commented 4 months ago

We currently host our PostgreSQL database using a 3rd party service, ElephantSQL, and connect to the database instance on the cloud. However, ElephantSQL is reaching its end of life (EoL) come January 2025, meaning we'll need to find a suitable replacement. This could come in the form of utilizing another service to spin up a PostgreSQL database instance, or spinning it up ourselves.

This issue will likely be addressed in tandem with #23.

kdmaclean commented 4 months ago

Perhaps something like https://supabase.com/ ? Seems to have a free-tier and is also PostgreSQL behind the scenes.