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

When we install the `babrahams:constellation` package, ground DB gets a broken error the same as #119. Not sure what the underlying cause is. We just removed that package for now...

We are facing problem to fetch the records from groundDB with limit and skip. If we are going to use limit query its gives error "Match error: Failed Match.OneOf or...

Is any reason why in ``` invalidate() { console.log('invalidate()', this._collection.queries) Object.keys(this._collection.queries) .forEach(key => { // this._collection.queries[key].changed(); }); } ``` https://github.com/GroundMeteor/db/blob/es2015-localforage/lib/client/ground.db.js#L286 is commented out? As without this line, update on doc...

Hi, can I use your project with the numtel:mysql package or is there a need for a meteor collection? Greetings HamburgerJungeJr

I am building an app using angular meteor. I have installed appcache and ground:db to make the app work in offline mode. The app has products and users can add...

When this code is included in my Meteor mobile iPad app, the first time the installed app opens it takes several minutes to get beyond initial loading screen. If I...

help wanted

After a client comes online, how is the unsaved data sent back to the server? Will it be possible to use something like service worker's background sync to synchronize collections?

question

I built a full data entry app that lets users complete hundreds of forms offline. It uses collection inserts and no other methods. I need some way of telling the...

Hi, I am looking for an offline app solution for both desktop and mobile, and it seems GroundMeteor is the best choice. But I am really concerned with the localStorage's...

enhancement
help wanted

Im using telescope and after i add ground and change my Mongo.Collection to Ground.Collection i had this error on startup. Im doing something wrong? Ground is not global?