Repository navigation

#

orm-extension

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

Python
777
7 个月前

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

Ruby
457
7 个月前

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

Ruby
103
7 个月前

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

Ruby
94
7 个月前

Rails gem to manage tags with PostgreSQL array columns.

Ruby
53
2 年前

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)

Ruby
37
7 个月前

Extend gorm with some frequently used functions

Go
29
5 年前

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

Ruby
27
7 个月前

A lightweight and asynchronous ActiveRecord-style wrapper for SQLAlchemy. Brings Django-like queries, automatic timestamps, nested eager loading, and dictionary serialization for SQLAlchemy models.

Python
4
1 个月前

A cache-based python ORM -- supports Redis/Memcached/InMemory/FileSystem backends, and JSON/Msgpack/Pickle/Protobuf serializers.

Python
4
4 年前

Gorm pagination library in Go.

Go
3
2 年前

Aplicação backend desenvolvida em typescript com nodejs ultilizando os princípios do SOLID. Sendo execultada dentro de containers docker e ultilizando banco de dados Msql.

JavaScript
3
2 年前

Backport in_batches from Rails 5 for Rails 3 and 4.

Ruby
1
7 个月前

Utilize CQRS approach with Dapper in easy and testable way.

C#
1
1 年前

I am able to form your "Sql-Based Database" connected to "Sequelize" to look like "Sequelize Models" in your "Sequelize Model Schemes"

JavaScript
1
5 年前

Secondry layer cache for Entity Framework

C#
1
7 年前

Dapper.SimpleCRUD.Core is a porting for .NET Standard 1.3 from the excelent extension created by Eric Coffman (https://github.com/ericdc1/Dapper.SimpleCRUD).

C#
1
8 年前