Sidney Correia
Sidney Correia
> Thank you. Please add tests for your new added method. Done
This version not yet implements SQLite. You can to see sample in https://github.com/BradyLiles/ionic-orm-test. ``` ... createConnection({ driver: { type: "websql", database: "test" }, ... ``` There is a pull request...
Hi @digaus. My personal project is Ionic 3 and I have not found any issue yet. There is not enough documentation on the transactions for the SQLite plugin and the...
@digaus Try: `npm install ionic-orm-2`
Please, give me more details about error mensage and your code.
Please, let me see the snippet of your code.
Ionic ORM is forked from TypeORM project. This link [https://typeorm.github.io/](https://typeorm.github.io/) provide a guide for use. Any samples can be found in [https://github.com/typeorm/typeorm/tree/master/sample](https://github.com/typeorm/typeorm/tree/master/sample)
Hi @agusjim. Import ionic-orm-2. Example: `import {createConnection} from 'ionic-orm-2'` Example in your entity: `import { Table, PrimaryGeneratedColumn, Column } from 'ionic-orm-2'`
Hi @adrianrey05. Look at https://github.com/sidneycorreia/ionic-orm.
I'll need a few days to take the tests.