Avatar of Mikael Sand

Mikael Sand

CTO at Seaber.io at Seaber.io
CTO at Seaber.io at Seaber.io·
Recommends
on
PostgreSQLPostgreSQL

I'd recommend using PostgreSQL and the built in row level security it offers. You can easily make multi-tenant real-time systems using it and https://www.graphile.org/postgraphile/ which gives you an GraphQL api guaranteed to be in sync with your database for free. Also, the transactional support in postgres shines in comparison to mongodb.

READ MORE
5 upvotes·1 comment·288.3K views
George Krachtopoulos
George Krachtopoulos
·
March 28th 2020 at 5:37PM

Thank you for your answer! I look forward to exploring graphile.

·
Reply