Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 336 Bytes

File metadata and controls

9 lines (6 loc) · 336 Bytes

Benchmark ActiveRecord Without Rails

Simple insert and select benchmark using ActiveRecord Framework without Rails and Postgresql database.

Data model: Author - (1-to-Many) - Book - (Many-to-Many, via AwardPresentation) - Award

Original code from https://github.com/jwo/ActiveRecord-Without-Rails