crystal_orm_test
crystal_orm_test copied to clipboard
Benchmark different ORMs for crystal and postgres
Hello, Thanks for this test, it's really useful. It would be nice to have crystal-db to have a basis of comparison of the overhead of each ORM. Example with the...
The ID primary key needs to be Int32 for now until LuckyRecord supports BIGSERIAL for Int64. Reference: https://github.com/luckyframework/lucky_record/issues/246
The setup script didn't Just Work for me; this may be an improvement.