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

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

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

upper/db

0
View on GitHub↗
3,658 نجوم·238 تفرعات·Go·MIT·15 مشاهداتupper.io↗

Db

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

Features

  • Object Relational Mappers - Unified interface for interacting with different data sources.
  • Object Relational Mapping - Unified interface for multiple data sources.
  • ORM and Data Mapping - Unified interface for various storage backends.

سجل النجوم

مخطط تاريخ النجوم لـ upper/dbمخطط تاريخ النجوم لـ upper/db

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Db

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Db.
  • coocood/qbsC

    coocood/qbs

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

    Fs02/grimoire

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

    albrow/zoom

    0عرض على GitHub↗
    عرض على GitHub↗0
  • 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.

    Go
    عرض على GitHub↗3,751
عرض جميع البدائل الـ 30 لـ Db→

الأسئلة الشائعة

ما هي وظيفة upper/db؟

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

ما هي الميزات الرئيسية لـ upper/db؟

الميزات الرئيسية لـ upper/db هي: Object Relational Mappers, Object Relational Mapping, ORM and Data Mapping.

ما هي البدائل مفتوحة المصدر لـ upper/db؟

تشمل البدائل مفتوحة المصدر لـ upper/db: fs02/grimoire. go-pg/pg — pg is a PostgreSQL object-relational mapper (ORM) for Go that maps Go structs to database tables and provides a fluent… albrow/zoom. coocood/qbs. go-gorp/gorp — Gorp is a lightweight object-relational mapper for Go that binds structs to relational database tables. It functions… go-reform/reform — A better ORM for Go, based on non-empty interfaces and code generation.