ionic-orm icon indicating copy to clipboard operation
ionic-orm copied to clipboard

Data-Mapper ORM for Ionic2, AngularJS, ( Hybrid Mobile Applications ), Supports WebSQL and SQLite databases. Currently in active development. - TypeORM Fork

Results 15 ionic-orm issues
Sort by recently updated
recently updated
newest added

I am trying to clear data from database table(entity). I tried using repository as well as entityManager for this but was unable to achieve this. **Using Repository**: ``` let repository...

I am attempting to write a function that lets me drop the database I am currently using. My method is a follows: ``` dropDatabase(): Promise{ return new Promise((resolve, reject) =>...

Hi fellas, Everything works fine when am working in the browser. But when I use `ionic run android --device --prod` (production code), the app launches but only shows white screen...

Good day, Thanks for this awesome library . I'm working on a Ionic 3 project and was able to established the connection of the ionic-orm but unfortunately I'm having issue...

I understand we have support for blob in typeorm but looks like ionic orm does not extend that support. Any help on how can that support be added to ionic...

I am new on ionic, for this proyect i am using the last ionic version, when i tried to use ionic-orm from BradyLiles/ionic-orm on my provider this happen Uncaught (in...

Hi, There is a problem when adding the prod flag to the ionic cordova run android command. The following error appears: columns.add is not a function If i run the...

Hi, First, thanks a lot for your work. I'm experiencing a trouble with the "autoSchemaSync: true". It seems that it doesn't work nor in webBrowser nor on android Device. Each...

Hi, I tried to use connection.close but it is not working , any suggestion ? Regards,