Skip to content

Is this like minimongo from meteor but for postgres? #1006

Discussion options

You must be logged in to vote

The closest analogy from the Mongo world would be "Realm for Postgres".

The key difference to realtime sync is the local-first architecture and offline support. If you dropped Hasura onto Postgres and used optimistic writes to get local-first with GraphQL, then the key difference is that we solve the concurrency issues and provide a conflict-free and rollback-free development model.

So no rollback handlers and no distributed systems complexity leaking back into your app layer.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TomFreudenberg
Comment options

Answer selected by thruflo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants