6
Support for MongoDB / other databases.
Source: supabase/supabase#18768 · opened by @KariNarhi
I've been using Firebase and Firestore for a while but it's inflexibility for more advanced queries made me look for alternatives and thats how I found out about Supabase with it's PostgreSQL database. While Supabase requires a bit more tinkering to setup different things (at the moment at least), I certainly appreciate the flexible SQL queries it allows. However, the strict schema of SQL databases makes it a bit clunky for projects with multiple developers since the schema should be kept in sync all the time. This is why NoSQL like Firestore is easier since the documents have no mandatory schema/model and we can define the data models straight in our Typescript interface-files. As mentioned earlier, Firestore NoSQL is not flexible with certain queries like range-queries on different fields, unlike MongoDB which does allow more flexible queries. In my opinion, MongoDB offers the flexibility in terms of document schema and query-restraints and it could be eas…
No pledges yet. Be the first to back this.
Comments
Similar requests
NoSQL (Document) Database Alternative?
1 vote · 0 comments
Support for cloning databases and multiple databases within a single Supabase instance
3 votes · 0 comments
How to synchronize databases, documents to vector databases
3 votes · 0 comments
Database support for Supabase
1 vote · 0 comments
Evaluate using Profile-Guided Optimization (PGO) for Supabase's Rust projects
2 votes · 0 comments
No comments yet.