-
Tracking WIP releases, first release is a complete rewrite in ES2015 using `localforage` as the storage adapter.
Requires `METEOR@1.2-rc.4`
#### Notes
- `Ground.Collection(name, options)` extends `Mo…
-
Android : 7.1.4
IOS : 4.5.5
I tried PouchDB 7.0.0 and 6.4.0 with pouchdb-adapter-cordova-sqlite 2.05 and 2.0.2
with Cordova-sqlite-storage,cordova-plugin-sqlite-2 and cordova-plugin-websql.
c…
-
The plugin versions an ARM & an x86 targeted .winmd and adds them to the solution/project. I do not see a winmd targeted for Windows RT (not phone). This means that the WebSQL proxy file has null poin…
-
I am working on a project where we need this kind of structure:
```
startTransaction(){
}
commitTransaction(){
}
rollbackTransaction(){
}
executeQuery() {
}
```
So we need to separate the c…
-
#### Short description of the problem:
I have implemented pouch DB with websql configuration and sqlite plugin in ionic, but in ios when the storage is full the system delete de information of the da…
-
I would like to use this library together with something like https://github.com/craftzdog/react-native-sqlite-2 (which provides a WebSQL compatible interface through SQLite) to get Indexeddb support …
-
currently we are using localStorage extensivly.
But localStorage has multiple downsites that slow down iitc.
- can only store strings so we are constantly converting data from and to String
- is …
-
On the sample "Sample with transaction-level nesting" in the documentation, it mentions at the end "This case will also works with Safari (WebKit), assuming you replace window.sqlitePlugin.openDatabas…
-
Hi there,
I was wondering if there is a way I can connect to multiple sqlite html5 databases?
I am writing an app using node webkit and have an architecture where there is a main database which stor…
-
This discussion started in PR #837
@pleerock: "What do you think if we simply remove all drivers (except websql, sqljs) for browser package? And probably stub them somehow elegant? Same with advan…