BradyNadeau / ionic-orm

Data-Mapper ORM for Ionic2, AngularJS, ( Hybrid Mobile Applications ), Supports WebSQL and SQLite databases. Currently in active development. - TypeORM Fork
https://typeorm.github.io
MIT License
48 stars 13 forks source link

support for sqlite #5

Open pucheta-adrian opened 7 years ago

pucheta-adrian commented 7 years ago

When I install through npm, install version 0.0.5 that does not contain support for sqlite. How do I install the version with support for sqlite?

thanks

alemp commented 7 years ago

Hi @BradyLiles! Do you have some plan to continue to maintain this code?

Best, Alessandro.

sidneycorreia commented 7 years ago

Hi @adrianrey05. Look at https://github.com/sidneycorreia/ionic-orm.

mobidev111 commented 7 years ago

@adrianrey05 @alemp @sidneycorreia there are multiple requests for this feature - see #548 - please add your requirements & contribute so that we get this supported in the maintained typeorm repo

BradyNadeau commented 7 years ago

@mobidev111 @adrianrey05 @alemp @sidneycorreia If any of y'all want to help maintain this repo, let me know. I am more than willing to give privelages to anyone who wants to help.

I would love to have the time and willingness to support this type of database in mobile applications, but I found better practice and performance in using IndexedDB instead with LokiJS.