kurtbuilds / ormlite

An ORM in Rust for developers that love SQL.
https://crates.io/crates/ormlite
MIT License
216 stars 11 forks source link

Add ormlite to the Diesel benchmark #9

Closed weiznich closed 1 year ago

weiznich commented 2 years ago

I would like to invent you to add ormlite to the relational database connection crates benchmark suite located inside of the diesel repository. These benchmarks are run regularly and results are published here. This would give potential users a good overview over the current state + you would also have a comparison with other crates for free.

kurtbuilds commented 1 year ago

Thanks for your comment here and on Reddit.

Unfortunately I have limited bandwidth, and I need to prioritize features over benchmarking.

Right now, I encourage end users to make a decision on ormlite based on usability, not performance. That said, ormlite is a thin layer on top of sqlx, so I reasonably believe performance will be close, if not within noise, compared to sqlx.

@weiznich If you'd like to add benchmarks, I'd appreciate it.

kurtbuilds commented 1 year ago

I'm going to close this for now.