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

Does this orm supports ionic 3 #15

Open jeanjmnez opened 7 years ago

bolivir commented 7 years ago

Dont know if its officially supported, but i got it working under ionic 3.

mikamoush commented 7 years ago

Hi @bolivir I'm currently trying to make this package work with ionic3. I have a problem with the Connection object. When the connection with the db is established, I'm trying to use the entityManager, but in ionic-orm-2 it's not declared. I can see an _entityManager property but declared private... So I can't use it in my component ? Can you share the way you made this work ?

vintots commented 6 years ago

any update on this ?