awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

16 مستودعات

Awesome GitHub RepositoriesORM and Data Mapping

Libraries for object-relational mapping and database interaction.

Explore 16 awesome GitHub repositories matching part of an awesome list · ORM and Data Mapping. Refine with filters or upvote what's useful.

Awesome ORM and Data Mapping GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • go-xorm/xormالصورة الرمزية لـ go-xorm

    go-xorm/xorm

    6,628عرض على GitHub↗

    xorm is a relational mapper and object-relational mapping tool for Go. It translates Go structures into SQL queries and maps database rows back into native objects, providing a multi-dialect database driver that supports MySQL, PostgreSQL, SQLite, Oracle, SQL Server, and TiDB. The project features a read-write splitting manager that routes modification requests to a primary database and read requests to replicas. It includes a database schema synchronizer to automatically align table structures and indexes with application data models, as well as a fluent SQL query builder for constructing co

    Simple and powerful ORM.

    Gogolangmssqlmysql
    عرض على GitHub↗6,628
  • go-pg/pgالصورة الرمزية لـ go-pg

    go-pg/pg

    5,785عرض على GitHub↗

    pg is a PostgreSQL object-relational mapper (ORM) for Go that maps Go structs to database tables and provides a fluent query builder for constructing SQL statements programmatically. At its core, it automatically generates CREATE TABLE statements from Go struct definitions using struct tags and naming conventions, and builds queries through method chaining with placeholder-based parameter binding to prevent SQL injection. The library distinguishes itself through relation-aware join generation that automatically constructs JOIN clauses for has-one, has-many, many-to-many, and polymorphic assoc

    PostgreSQL-focused ORM with high performance.

    Go
    عرض على GitHub↗5,785
  • go-gorp/gorpالصورة الرمزية لـ go-gorp

    go-gorp/gorp

    3,751عرض على GitHub↗

    Gorp is a lightweight object-relational mapper for Go that binds structs to relational database tables. It functions as a relational data mapper and SQL dialect abstraction layer, automating the translation between application data and relational rows. The project provides a translation layer that generates vendor-specific SQL for PostgreSQL, MySQL, SQLite, Oracle, and SQL Server. It distinguishes itself by implementing optimistic locking via version columns to prevent concurrent update conflicts and providing a database schema generator to create tables and indexes from object definitions.

    Relational persistence ORM-ish library.

    Go
    عرض على GitHub↗3,751
  • upper/dbالصورة الرمزية لـ upper

    upper/db

    3,658عرض على GitHub↗

    Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.

    Unified interface for various storage backends.

    Gocockroachdbdaldatabase
    عرض على GitHub↗3,658
  • huandu/go-sqlbuilderالصورة الرمزية لـ huandu

    huandu/go-sqlbuilder

    1,711عرض على GitHub↗

    A flexible and powerful SQL string builder library plus a zero-config ORM.

    Flexible SQL string builder.

    Godatabasegohiveql
    عرض على GitHub↗1,711
  • gobuffalo/popالصورة الرمزية لـ gobuffalo

    gobuffalo/pop

    1,511عرض على GitHub↗

    A Tasty Treat For All Your Database Needs

    Database migration and ORM tool.

    Gocockroachdbdatabasegobuffalo
    عرض على GitHub↗1,511
  • go-reform/reformالصورة الرمزية لـ go-reform

    go-reform/reform

    1,457عرض على GitHub↗

    A better ORM for Go, based on non-empty interfaces and code generation.

    ORM based on non-empty interfaces and code generation.

    Gogogolanghacktoberfest
    عرض على GitHub↗1,457
  • jinzhu/gormالصورة الرمزية لـ jinzhu

    jinzhu/gorm

    660عرض على GitHub↗

    GORM V2 moved to https://github.com/go-gorm/gorm

    Developer-friendly ORM library.

    Go
    عرض على GitHub↗660
  • volatiletech/sqlboilerV

    volatiletech/sqlboiler

    0عرض على GitHub↗

    ORM generator based on database schema.

    عرض على GitHub↗0
  • dadleyy/marlowD

    dadleyy/marlow

    0عرض على GitHub↗

    ORM generator based on project structure.

    عرض على GitHub↗0
  • albrow/zoomA

    albrow/zoom

    0عرض على GitHub↗

    Redis-based data storage and query engine.

    عرض على GitHub↗0
  • coocood/qbsC

    coocood/qbs

    0عرض على GitHub↗

    Query-by-struct ORM.

    عرض على GitHub↗0
  • jirfag/go-querysetJ

    jirfag/go-queryset

    0عرض على GitHub↗

    Type-safe ORM based on GORM.

    عرض على GitHub↗0
  • jschoedt/go-firestormJ

    jschoedt/go-firestorm

    0عرض على GitHub↗

    Lightweight ORM for Google Cloud Firestore.

    عرض على GitHub↗0
  • gosuri/go-storeG

    gosuri/go-store

    0عرض على GitHub↗

    Simple Redis key-value storage.

    عرض على GitHub↗0
  • fs02/grimoireF

    Fs02/grimoire

    0عرض على GitHub↗

    Database access layer and validation library.

    عرض على GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. ORM and Data Mapping