awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

49 repository-uri

Awesome GitHub RepositoriesDatabase and ORM

Tools for database interaction, ORM extensions, and data management.

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

Awesome Database and ORM GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • spatie/laravel-medialibraryAvatar spatie

    spatie/laravel-medialibrary

    6,141Vezi pe GitHub↗

    Spatie's Laravel Medialibrary is a plugin for the Laravel framework that attaches uploaded files to Eloquent models and organizes them into named collections for retrieval. It functions as both a file attachment system and an image manipulation library, allowing developers to associate files with database records through a dedicated media collection interface. The library groups related files under named collections so each model can hold multiple distinct sets of media, and it resizes, crops, or applies filters to images on the fly without altering the original file. It also generates derive

    Associates files with Eloquent models.

    PHP
    Vezi pe GitHub↗6,141
  • cheatsnake/backend-cheatsAvatar cheatsnake

    cheatsnake/backend-cheats

    4,619Vezi pe GitHub↗

    backend-cheats is a comprehensive backend engineering reference guide and a collection of technical cheatsheets. It serves as a knowledge base for server-side development, networking, and computer science fundamentals, delivered as a markdown-based static site. The project provides detailed handbooks for API design, specifically covering REST and GraphQL interfaces, and software architecture patterns such as Monolithic, Microservices, and MVC. It includes a database architecture overview comparing relational and NoSQL paradigms, as well as a web security reference for identifying vulnerabilit

    Offers a comparative overview of relational and NoSQL paradigms to guide the selection of storage solutions.

    architectural-patternsarchitectureawesome
    Vezi pe GitHub↗4,619
  • prettus/l5-repositoryAvatar prettus

    prettus/l5-repository

    4,205Vezi pe GitHub↗

    Acest proiect este o bibliotecă de tipar repository pentru aplicații Laravel, concepută pentru a decupla logica de business de interogările bazei de date și implementarea stocării. Oferă un strat standardizat de acces la date pentru a izola logica aplicației de stratul de stocare subiacent. Biblioteca include un sistem de filtrare a interogărilor care traduce parametrii cererilor HTTP în filtre dinamice de bază de date, criterii de căutare și logică de sortare. Dispune de un strat de prezentare API pentru a separa structurile interne de date de răspunsurile clientului și un manager de cache care reîmprospătează automat rezultatele stocate în baza de date atunci când înregistrările sunt modificate. Capabilitățile suplimentare includ un instrument CLI pentru generarea de controllere, modele și repository-uri, precum și clase de validare pentru a impune regulile de business înainte ca datele să fie persistate.

    Repository pattern implementation for database abstraction.

    PHP
    Vezi pe GitHub↗4,205
  • venturecraft/revisionableAvatar VentureCraft

    VentureCraft/revisionable

    2,610Vezi pe GitHub↗

    Easily create a revision history for any laravel model

    Tracks revision history for models.

    PHP
    Vezi pe GitHub↗2,610
  • nicolaslopezj/searchableAvatar nicolaslopezj

    nicolaslopezj/searchable

    2,009Vezi pe GitHub↗

    Trait for prioritized field searching.

    PHPeloquent-modelslaravelphp
    Vezi pe GitHub↗2,009
  • tucker-eric/eloquentfilterAvatar Tucker-Eric

    Tucker-Eric/EloquentFilter

    1,768Vezi pe GitHub↗

    An Eloquent Way To Filter Laravel Models And Their Relationships

    Customized filtering for Eloquent models.

    PHP
    Vezi pe GitHub↗1,768
  • reliese/laravelAvatar reliese

    reliese/laravel

    1,711Vezi pe GitHub↗

    Reliese Laravel Model Generator aims to speed up the development process of Laravel applications by providing some convenient code-generation capabilities. The tool inspects your database structure, including column names and foreign keys, in order to automatically generate Models that have…

    Generates models and migrations from existing databases.

    PHP
    Vezi pe GitHub↗1,711
  • spatie/eloquent-sortableAvatar spatie

    spatie/eloquent-sortable

    1,513Vezi pe GitHub↗

    Sortable behaviour for Eloquent models

    Adds sortable traits to models.

    PHP
    Vezi pe GitHub↗1,513
  • appzcoder/crud-generatorAvatar appzcoder

    appzcoder/crud-generator

    1,410Vezi pe GitHub↗

    Laravel CRUD Generator

    Artisan command for generating CRUD operations.

    PHP
    Vezi pe GitHub↗1,410
  • elasticquent/elasticquentAvatar elasticquent

    elasticquent/Elasticquent

    1,359Vezi pe GitHub↗

    Maps Laravel Eloquent models to Elasticsearch types

    Maps Eloquent models to Elasticsearch types.

    PHP
    Vezi pe GitHub↗1,359
  • znck/belongs-to-throughAvatar znck

    znck/belongs-to-through

    1,267Vezi pe GitHub↗

    This inverse version of HasManyThrough allows BelongsToThrough relationships with unlimited intermediate models.

    Adds support for belongsToThrough relationships.

    PHP
    Vezi pe GitHub↗1,267
  • beckenrode/mysql-workbench-export-laravel-5-migrationsAvatar beckenrode

    beckenrode/mysql-workbench-export-laravel-5-migrations

    886Vezi pe GitHub↗

    A MySQL Workbench plugin which exports a Model to Laravel 5 Migrations

    Exports MySQL Workbench models to migrations.

    Python
    Vezi pe GitHub↗886
  • rinvex/repositoryAvatar rinvex

    rinvex/repository

    669Vezi pe GitHub↗

    Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.

    Active Repository pattern for storage abstraction.

    PHP
    Vezi pe GitHub↗669
  • analogueorm/analogueAvatar analogueorm

    analogueorm/analogue

    634Vezi pe GitHub↗

    Analogue is a flexible, easy-to-use ORM for PHP. It is a transposition of the Eloquent ORM that ships with Laravel framework using a Data Mapper pattern instead of the original Active Record approach. it overcomes some of Eloquent's architectural limitations by using a strict separation of…

    Fluent data mapper ORM.

    PHP
    Vezi pe GitHub↗634
  • spiritix/lada-cacheAvatar spiritix

    spiritix/lada-cache

    592Vezi pe GitHub↗

    A Redis based, fully automated and scalable database cache layer for Laravel

    Redis-based automated database caching layer.

    PHP
    Vezi pe GitHub↗592
  • kirkbushell/eloquenceAvatar kirkbushell

    kirkbushell/eloquence

    574Vezi pe GitHub↗

    A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.

    Extensions for Eloquent including sluggable and UUIDs.

    PHP
    Vezi pe GitHub↗574
  • tomlingham/laravel-searchyAvatar TomLingham

    TomLingham/Laravel-Searchy

    535Vezi pe GitHub↗

    Unmaintained: Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching and more to come!

    Fuzzy database searching package.

    PHP
    Vezi pe GitHub↗535
  • chumper/datatableAvatar Chumper

    Chumper/Datatable

    386Vezi pe GitHub↗

    This is a laravel 4 package for the server and client side of datatables at http://datatables.net/

    Wrapper for DataTables integration.

    PHP
    Vezi pe GitHub↗386
  • felixkiss/uniquewith-validatorAvatar felixkiss

    felixkiss/uniquewith-validator

    379Vezi pe GitHub↗

    This package contains a variant of the validateUnique rule for Laravel, that allows for validation of multi-column UNIQUE indexes.

    Validates composite unique indexes.

    PHP
    Vezi pe GitHub↗379
  • laracademy/generatorsAvatar laracademy

    laracademy/generators

    354Vezi pe GitHub↗

    Laracademy Generators - is a tool set that helps speed up the development process of a Laravel application.

    Generates models directly from database tables.

    PHP
    Vezi pe GitHub↗354
Înapoi123Înainte
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Database and ORM

Explorează sub-etichetele

  • Paradigm Selection GuidesGuides for choosing between different database paradigms based on specific project requirements. **Distinct from Database and ORM:** Focuses on the decision-making process of selecting a paradigm, not the tools for interaction.