orm-extension topic
atomically
An ActiveRecord extension for writing commonly useful atomic SQL statements to avoid race condition.
deep_pluck
Allow you to pluck attributes from nested associations without loading a bunch of records.
find_with_order
Provides a simple way to find records in the same order of input array. Has better performance than manually sorting. (Support both PostgreSQL and MySQL)
nim-gatabase
Connection-Pooling Compile-Time ORM for Nim
sqlalchemy-mixins
Active Record, Django-like queries, nested eager load and beauty __repr__ for SQLAlchemy
pluck_all
A more efficient way to get data from database. Like #pluck method but return array of hashes instead.
rails_or
Cleaner syntax for writing OR Query in Rails 5, 6. And also add #or support to Rails 3 and 4.
metka
Rails gem to manage tags with PostgreSQL array columns.
gorm-ex
Extend gorm with some frequently used functions