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

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

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

Open-source alternatives to RepoDB

30 open-source projects similar to mikependon/repodb, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best RepoDB alternative.

  • schotime/npocoالصورة الرمزية لـ schotime

    schotime/NPoco

    877عرض على GitHub↗

    Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco

    C#c-sharpdatabasemicro-orm
    عرض على GitHub↗877
  • upper/dbالصورة الرمزية لـ upper

    upper/db

    3,658عرض على GitHub↗

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

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

    go-gorm/gorm

    39,798عرض على GitHub↗

    GORM is a developer-focused object-relational mapping library for Go that provides a comprehensive data persistence framework. It serves as a database access layer, allowing developers to map application structures to database tables and perform CRUD operations using a fluent, type-safe query builder instead of writing raw SQL. The library distinguishes itself through its association-aware persistence, which automatically tracks and synchronizes complex entity relationships during database operations. It utilizes a driver-agnostic interface to maintain consistent behavior across various stora

    Gogogolanggorm
    عرض على GitHub↗39,798
  • gosuri/go-storeG

    gosuri/go-store

    0عرض على GitHub↗
    عرض على GitHub↗0
  • rushteam/gosqlR

    rushteam/gosql

    0عرض على GitHub↗
    عرض على GitHub↗0

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

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

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

Find more with AI search
borisdj/efcore.bulkextensionsالصورة الرمزية لـ borisdj

borisdj/EFCore.BulkExtensions

3,996عرض على GitHub↗

EFCore.BulkExtensions is a library for executing high-performance batch insert, update, and delete operations within the Entity Framework Core ecosystem. It functions as a database batch processing toolkit and a wrapper for native SQL Bulk Copy to enable faster data ingestion and synchronization across multiple database providers. The library provides specialized capabilities for relational data synchronization, allowing users to align database tables with local entity lists through bulk upserts and conditional synchronization. It also supports relational data graph insertions, which enable t

C#batchbulkcopy
عرض على GitHub↗3,996
  • coocood/qbsC

    coocood/qbs

    0عرض على GitHub↗
    عرض على GitHub↗0
  • giorgi/entityframework.exceptionsالصورة الرمزية لـ Giorgi

    Giorgi/EntityFramework.Exceptions

    1,724عرض على GitHub↗

    Strongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.

    C#database-exceptionsdotnet-coreentity-framework
    عرض على GitHub↗1,724
  • 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

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

    gobuffalo/pop

    1,511عرض على GitHub↗

    A Tasty Treat For All Your Database Needs

    Gocockroachdbdatabasegobuffalo
    عرض على GitHub↗1,511
  • jirfag/go-querysetJ

    jirfag/go-queryset

    0عرض على GitHub↗
    عرض على GitHub↗0
  • phongnguyend/entityframeworkcore.sqlserver.simplebulksالصورة الرمزية لـ phongnguyend

    phongnguyend/EntityFrameworkCore.SqlServer.SimpleBulks

    200عرض على GitHub↗

    Fast and simple bulk insert (retain client populated Ids or return db generated Ids), bulk update, bulk delete, bulk merge and bulk match for SQL Server.

    C#bulkdeletebulkinsertbulkmerge
    عرض على GitHub↗200
  • volatiletech/sqlboilerV

    volatiletech/sqlboiler

    0عرض على GitHub↗
    عرض على GitHub↗0
  • xxjwxc/gormtالصورة الرمزية لـ xxjwxc

    xxjwxc/gormt

    2,428عرض على GitHub↗

    database to golang struct

    Godatabasefunctiongo
    عرض على GitHub↗2,428
  • abrahambotros/loreA

    abrahambotros/lore

    0عرض على GitHub↗
    عرض على GitHub↗0
  • collaboratingplatypus/petapocoالصورة الرمزية لـ CollaboratingPlatypus

    CollaboratingPlatypus/PetaPoco

    2,139عرض على GitHub↗

    Official PetaPoco, A tiny ORM-ish thing for your POCO's

    C#dotnetorm
    عرض على GitHub↗2,139
  • facebook/entF

    facebook/ent

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

    Fs02/grimoire

    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
  • astaxie/beegoA

    astaxie/beego

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

    go-reform/reform

    1,457عرض على GitHub↗

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

    Gogogolanghacktoberfest
    عرض على GitHub↗1,457
  • go-rel/relG

    go-rel/rel

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

    albrow/zoom

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

    huandu/go-sqlbuilder

    1,711عرض على GitHub↗

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

    Godatabasegohiveql
    عرض على GitHub↗1,711
  • jschoedt/go-firestormJ

    jschoedt/go-firestorm

    0عرض على GitHub↗
    عرض على GitHub↗0
  • marlow/marlowM

    marlow/marlow

    0عرض على GitHub↗
    عرض على GitHub↗0
  • greenrobot/greendaoالصورة الرمزية لـ greenrobot

    greenrobot/greenDAO

    12,590عرض على GitHub↗

    greenDAO is an object-relational mapping library for Android that maps Java objects to SQLite databases. It provides infrastructure for high-performance data persistence by translating data objects into database records and vice versa. The library implements a type-safe query builder for retrieving records across multiple entities using joins and relationship chaining. It also includes a security layer that provides full-disk encryption for the SQLite database to prevent unauthorized access to stored information. The system utilizes compile-time code generation to create mapping classes, avo

    Java
    عرض على GitHub↗12,590
  • apache/incubator-kvrocksالصورة الرمزية لـ apache

    apache/incubator-kvrocks

    4,339عرض على GitHub↗

    Kvrocks is a disk-based NoSQL database and distributed key-value store that leverages the RocksDB storage engine to persist large datasets to physical disk. It is designed to be a Redis-compatible database, utilizing the standard Redis communication protocol to ensure interoperability with existing client libraries and tools. The project distinguishes itself by combining a disk-persistent storage model with advanced retrieval capabilities, including vector search for k-nearest neighbor queries, full-text search indexing, and geospatial query execution. It supports distributed clustering with

    C++
    عرض على GitHub↗4,339
  • bookshelf/bookshelfالصورة الرمزية لـ bookshelf

    bookshelf/bookshelf

    6,352عرض على GitHub↗

    Bookshelf is a JavaScript ORM for Node.js that provides a structured way to define and interact with database models. It centers on a model-driven approach where developers register models, define their relations, and manage data persistence through a consistent interface. The library distinguishes itself through its comprehensive handling of model relationships and data transformations. It supports defining one-to-one, one-to-many, many-to-many, and polymorphic associations, with the ability to eager load related models in a single query to avoid performance pitfalls. Bookshelf also automate

    JavaScript
    عرض على GitHub↗6,352
  • bendiken/lmdbxxالصورة الرمزية لـ bendiken

    bendiken/lmdbxx

    284عرض على GitHub↗

    C++11 wrapper for the LMDB embedded B+ tree database library.

    C++
    عرض على GitHub↗284