ORM alternatives to ActiveRecord

前端 未结 3 1159
执念已碎
执念已碎 2021-01-12 12:15

To begin with this post in no ways undermines ActiveRecord. I am pretty happy with it, but for the sake of knowledge and to try a few options are there any other alternative

3条回答
  •  伪装坚强ぢ
    2021-01-12 12:53

    A place to look for ruby alternatives is https://www.ruby-toolbox.com/categories/orm , the listed alternatives are:

    • ORM Adapter
    • Sequel
    • DataMapper
    • Squeel
    • Ruby Object Mapper
    • Og

    Another one to mention is Ohm, but only for Redis.

提交回复
热议问题