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 97 ground-db issues
Sort by recently updated
recently updated
newest added

Hi, Since we updated to a newer Meteor version (1.8 > 2.5) we are having problems with our app running offline. I've tested the following 1. I turn off the...

HI @raix! I'd like to help maintain the Ground DB project, since I use it in just about every project I work on (and have incorporated it into my [`npdev:collections`](https://github.com/CaptainN/npdev-collections)...

Remove raix:eventstate, update localforage to 1.9.0 Also removes some event handles - are those being used by anything?

Ground:db only deletes 1 file from the backing store no matter how many minimongo documents are deleted. see #190. This is a simple fix

`remove` uses `findOne` to find the document to remove from localforage. This means that if the selector matches multiple documents then only one is removed from localforage, but all are...

It would be nice to keep the Grounded collection available for the next restart; if the user starts the app without an internet connection the old data will be used.

So I have groundDB running so that my app will work offline. It is set up like the following: ``` Orders = new Mongo.Collection("orders"); Ground.Collection(Orders); ``` And that collection contains...

Hi, I just found your package while looking around to have a CouchDB like behavior with sync offline/online and persistant data. I will use Cordova and Meteor 1.3 for my...

Hi @raix , I am having a big problem with ground db. First, I used the atmosphere version (0.3.15?), now I updated to ground:db 2.0.0-rc.6, hoping this would fix my...

I'm not clear on how I can get ground:db 2 to work. The version that's on Atmosphere works for me, to the extent that not all my grounded collections have...