PhilWaldmann / openrecord

Make ORMs great again!
https://openrecord.js.org
MIT License
486 stars 38 forks source link

WebSQL Support #28

Closed putraxor closed 6 years ago

putraxor commented 8 years ago

will it support WebSQL adapter?

PhilWaldmann commented 8 years ago

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

7dir commented 7 years ago

browser support?

PhilWaldmann commented 7 years ago

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 commented 7 years ago

@PhilWaldmann thx

ksouthworth commented 7 years ago

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 commented 7 years ago

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 commented 6 years ago

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