orm-extension topic

List orm-extension repositories

atomically

26
Stars
3
Forks
Watchers

An ActiveRecord extension for writing commonly useful atomic SQL statements to avoid race condition.

deep_pluck

460
Stars
14
Forks
Watchers

Allow you to pluck attributes from nested associations without loading a bunch of records.

find_with_order

38
Stars
6
Forks
Watchers

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

120
Stars
5
Forks
Watchers

Connection-Pooling Compile-Time ORM for Nim

sqlalchemy-mixins

724
Stars
64
Forks
Watchers

Active Record, Django-like queries, nested eager load and beauty __repr__ for SQLAlchemy

pluck_all

101
Stars
10
Forks
Watchers

A more efficient way to get data from database. Like #pluck method but return array of hashes instead.

rails_or

94
Stars
5
Forks
Watchers

Cleaner syntax for writing OR Query in Rails 5, 6. And also add #or support to Rails 3 and 4.

metka

51
Stars
3
Forks
Watchers

Rails gem to manage tags with PostgreSQL array columns.

gorm-ex

29
Stars
3
Forks
Watchers

Extend gorm with some frequently used functions