-
Notifications
You must be signed in to change notification settings - Fork 13
Ionic Native SQLite Driver Implementation #1
Comments
Currently this does not yet have SQLite supported... This is currently in active development and should be pushed out in a few days. Thanks. |
Great job @BradyLiles! Maybe a simple solution is integrate with ionic-storage and Ionic Native SQLite. What do you think? |
That's exactly what is planned @mfdeveloper. Integrating with Ionic Native SQLite will be done soon.. Ionic-Storage seems to be more of a key-value pair storage.. not much of a database and I don't foresee how it could really work in this type solution.. Right now WebSQL is currently supported and should work just fine in a the browser. I'm having the issue right now as well where I need to start getting this up on the mobile device for a project of mine so this will be done here very shortly. |
Awesone @BradyLiles! I'm doing a offline POC version of my app, that use one of these options to local storage (WebSQL, SQLite...) and sync with a remote server REST API when the app is online again! I will check this repo and the future implementations that you mentioned. Thank you so much for your attention 😄 |
Any news on Ionic Native SQLite support?! WebSQL is working fine but only on Android and Browser... need support for Windows 10 and iOS aswell :/ |
@BradyLiles could you post your changes in this repo as pull-request to typeorm - pleerock is looking forward to these changes getting merged (typeorm#62 (comment)) and the community can extend your excellent work - e.g. I too want to add SQLite support to ionic |
I could not use sqlite driver when installed on my machine using npm. Actually, under drivers folder only websql folder is present.
Can you please help me use sqlite driver for my ionic 2 project?
Keyur
The text was updated successfully, but these errors were encountered: