jaguar_orm icon indicating copy to clipboard operation
jaguar_orm copied to clipboard

Source-generated ORM with relations (one-to-one, one-to-many, many-to-many), preloading, cascading, polymorphic relations, etc

Results 60 jaguar_orm issues
Sort by recently updated
recently updated
newest added

- [ ] removeAll - [ ] removeMany - [ ] getAll (even if we can use preload function would be nice to have it here)

Hello Community, i want to use jaguar_orm in flutter. When i use the `Duration`-Type i get an exception from in the generated *.jorm-File: `Field type not recognised: Duration!` When the...

Any ideas for implementing polymorphic relationships? In active record terms, it'd be expressed like ```ruby class Teacher has_one :schedule, as: :owner end class Student has_one :schedule, as: :owner end class...

It seems, there is not an adapter written specifically for testing. It would be nice to have an adapter which utilizes memory instead of disk.

Hi I start to use Jaguar ORM for my app and I start from an existing database with some table structure and field names with upper cases and without "_"...