ground-db icon indicating copy to clipboard operation
ground-db copied to clipboard

GroundDB is a thin layer providing Meteor offline database and methods

Results 98 ground-db issues
Sort by recently updated
recently updated
newest added

Any plans to support flow router?

I'm currently using GroundDB on tablets that are in various areas of connectivity on a 4G network. What we are seeing is, if the tablet is offline, and a collection...

investigate
help wanted

This could be my app but when creating documents with Mongos ObjectID they will not be retrieved next time the app is started in offline mode. ``` javascript lists.insert({'_id':new Mongo.Collection.ObjectID(),'name':name});...

enhancement
help wanted

i got the following errors when adding ``` meteor add ground:db ``` before adding ground:db there was no error. can you help me here? ``` => App running at: http://localhost:3000/...

Tested Sacha's article "Meteor Pattern: Template-Level Subscriptions" (see https://www.discovermeteor.com/blog/template-level-subscriptions/) and the linked repo: http://meteorpad.com/pad/6t8wLBiGYmg7cee5t/Template-Level%20Subs%20v2. Figured when you add ground:db to the project, it causes infinite subscribe/publish loops. This is caused...

On this thread https://forums.meteor.com/t/how-to-use-grounddb/2946 I tried asking for help because I can't make it work? Could you please take a look at my code and help me fix it. From...

Tracking WIP releases, first release is a complete rewrite in ES2015 using `localforage` as the storage adapter. Requires `[email protected]` #### Notes - `Ground.Collection(name, options)` extends `Mongo.Collection` with a few extra...

Thanks for making this package @Raix, I'm still always surprised by how many packages you're running. Here's my problem, I've defined a ground db this way: ``` GroundSubs = new...

line 984 - `_syncMethods('mehods');` https://github.com/GroundMeteor/db/blob/connection-driver/groundDB.client.js