Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

WebSQL Support #28

Closed
putraxor opened this issue Apr 24, 2016 · 7 comments
Closed

WebSQL Support #28

putraxor opened this issue Apr 24, 2016 · 7 comments

Comments

@putraxor
Copy link

will it support WebSQL adapter?

@PhilWaldmann
Copy link
Owner

There is currently no WebSQL adapter, but implementing it shouldn't a big deal.
PRs welcome

@7dir
Copy link

7dir commented Jan 25, 2017

browser support?

@PhilWaldmann
Copy link
Owner

no yet. But I saw that knex (the underling module for all SQL things) has WebSQL support. If I have time I'll compile OpenRecord for the browser with REST and WebSQL support.

But as always: PRs are welcome!

@7dir
Copy link

7dir commented Jan 26, 2017

@PhilWaldmann thx

@PhilWaldmann PhilWaldmann mentioned this issue Mar 10, 2017
12 tasks
@ksouthworth
Copy link

What about support for Cordova, or more specifically, Ionic Framework, and their Ionic Native SQLite storage? https://ionicframework.com/docs/native/sqlite/

That would be rad!

@PhilWaldmann
Copy link
Owner

I don't have any experience with cordova.
Currently knexjs handles all the sql stuff. As far as i can see we only need to redirect the final sql queries to the executeSql() method of ionic-native/sqlite.
Do you have any experience with ionic-native testing?

@PhilWaldmann
Copy link
Owner

Knexjs has dropped support for WebSQL and W3C has stopped working on the sepcs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants