Meteor-Community-Packages / ground-db

GroundDB is a thin layer providing Meteor offline database and methods
https://atmospherejs.com/ground/db
MIT License
572 stars 77 forks source link

GroundDB with Meteor + PostgresSQL #204

Open basavarajvs opened 6 years ago

basavarajvs commented 6 years ago

Hi, I am planning to use GroundDB for my cardova(IONIC) based Mobile app. But I would want to keep my database as postgresSQL with Meteor. Can you please help me know will groundDB still help here.. Is groundDB transparent to what DB used with Meteor on the server side.

yorrd commented 6 years ago

@basavarajvs I don't think GroundDB does anything but mongo

EDIT: I stand corrected! Sorry :)

raix commented 6 years ago

@yorrd it's actually decoupled from the server - you will use a mongo syntax on the client - but the server could serve data from postgres