awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 Repos

Awesome GitHub RepositoriesModel Table Mappings

Model classes that map to single database tables with automatic connection, CRUD, and validation.

Distinct from Database Table Generation: Distinct from Database Table Generation: focuses on model-to-table mapping with CRUD methods rather than just table creation.

Explore 8 awesome GitHub repositories matching data & databases · Model Table Mappings. Refine with filters or upvote what's useful.

Awesome Model Table Mappings GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • codeigniter4/codeigniter4Avatar von codeigniter4

    codeigniter4/CodeIgniter4

    5,924Auf GitHub ansehen↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Maps model classes to database tables with automatic CRUD methods and validation.

    PHPcodeignitercodeigniter4framework-php
    Auf GitHub ansehen↗5,924
  • tinyplex/tinybaseAvatar von tinyplex

    tinyplex/tinybase

    5,110Auf GitHub ansehen↗

    TinyBase ist ein reaktiver Datenspeicher und eine In-Memory-relationale Datenbank, die für die clientseitige Status-Persistenz entwickelt wurde. Sie dient als Local-First-Sync-Engine, die verteilten Status mithilfe von Conflict-free Replicated Data Types (CRDTs) und logischen Uhren zusammenführt, um eine deterministische Datenkonvergenz sicherzustellen. Das Projekt bietet eine Schema-Validierungsbibliothek, die externe Definitionen aus Tools wie Zod, Yup und TypeBox in typsichere Store-Definitionen konvertiert. Es stellt eine Infrastruktur für kollaboratives Echtzeit-Editieren bereit und nutzt die Synchronisation mit Automerge, Yjs und PartyKit, um einen konsistenten Status über mehrere Clients und Server hinweg beizubehalten. Die Kompetenzoberfläche umfasst relationale Datenmodellierung mit Tabellen und Fremdschlüsseln, SQL-ähnliche Abfragen und Indexierung sowie atomare Transaktionen für gruppierte Mutationen. Es unterstützt eine breite Palette an Persistenz-Adaptern, darunter Browser-Storage, SQLite und Cloudflare Durable Objects. Das System bietet zudem bidirektionales Status-Binding und deklarative Komponenten für die Integration mit React, SolidJS und Svelte.

    Binds in-memory tables to corresponding database tables to interface with relational schemas.

    TypeScriptdatajavascriptreact
    Auf GitHub ansehen↗5,110
  • jeremyevans/sequelAvatar von jeremyevans

    jeremyevans/sequel

    5,076Auf GitHub ansehen↗

    Sequel is a relational database toolkit for Ruby that provides object-relational mapping, a fluent SQL query builder, and schema migration capabilities. It maps database tables to Ruby classes with support for associations, validations, lifecycle hooks, and eager loading, offering a comprehensive ORM layer for building data-centric applications. Sequel distinguishes itself through a plugin-based extension architecture that allows composable customization of models, databases, and datasets without relying on deep inheritance hierarchies. It includes a thread-safe connection pool with support f

    Implements single-table and class-table inheritance patterns for mapping Ruby class hierarchies.

    Ruby
    Auf GitHub ansehen↗5,076
  • mgp/book-notesAvatar von mgp

    mgp/book-notes

    4,097Auf GitHub ansehen↗

    This project is a markdown-based personal knowledge base and digital learning journal used to store notes and summaries from books and technical literature. It serves as a reading summary repository and technical reference library for archiving key takeaways and insights from non-fiction and professional materials. The collection functions as a digital garden for curating insights from books, articles, and videos. It specifically focuses on distilling complex architectural patterns, technical concepts, and professional leadership principles into a searchable format for long-term reference. T

    Details the mapping of domain models to relational database tables for state synchronization.

    book-notesbooksnotes
    Auf GitHub ansehen↗4,097
  • voormedia/rails-erdAvatar von voormedia

    voormedia/rails-erd

    4,102Auf GitHub ansehen↗

    rails-erd is a Ruby on Rails ERD generator and database schema visualizer. It serves as an automated diagramming tool that analyzes model associations and attributes to create graphical domain models. The tool maps associations and inheritance patterns into visual entity-relationship diagrams, including specific support for visualizing single table inheritance. It allows for relationship notation customization, enabling users to toggle between simplified arrows and Bachman notation. The system provides multi-format diagram export for technical documentation and allows for the configuration o

    Maps single table inheritance patterns to distinct visual entities to represent specialized child model relationships.

    Ruby
    Auf GitHub ansehen↗4,102
  • 1rgs/claude-code-proxyAvatar von 1rgs

    1rgs/claude-code-proxy

    3,622Auf GitHub ansehen↗

    This project is an LLM API proxy gateway and compatibility layer designed to route, translate, and proxy requests between model clients and various large language model providers. It functions as a multi-provider router that maps model requests to alternative backends based on configurable tiers and capabilities. The gateway acts as a translation layer that converts API request and response formats between different providers, such as OpenAI or Gemini, to ensure compatibility. It includes a tool-use proxy to handle the execution and processing of model tool definitions and function calls, and

    Routes requests to alternative provider backends based on a configurable mapping of model capabilities and sizes.

    Python
    Auf GitHub ansehen↗3,622
  • simolus3/driftAvatar von simolus3

    simolus3/drift

    3,231Auf GitHub ansehen↗

    Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries

    Maps database tables to classes using annotations to unify schema declarations and data models.

    Dartdartdart-build-systemflutter
    Auf GitHub ansehen↗3,231
  • gaarason/database-allAvatar von gaarason

    gaarason/database-all

    1,033Auf GitHub ansehen↗

    This project is a Java-based object-relational mapping framework that utilizes the active record pattern to simplify database interactions. It provides a comprehensive data access layer that binds database tables directly to application objects, enabling developers to perform CRUD operations, manage complex entity relationships, and execute queries through a fluent, type-safe interface. Designed for integration with Spring Boot, the framework abstracts database complexities while maintaining support for native compilation and asynchronous execution. The framework distinguishes itself through

    Maps database tables to objects by extending a base model class and configuring data source connections.

    Javadatabaseeloquenteloquent-orm
    Auf GitHub ansehen↗1,033
  1. Home
  2. Data & Databases
  3. Database Table Generation
  4. Model Table Mappings

Unter-Tags erkunden

  • LLM Backend MappingsConfiguration tables that map abstract model identifiers to specific provider backends and sizes. **Distinct from Model Table Mappings:** Focuses on routing AI model requests rather than mapping classes to database tables
  • Table Inheritance StrategiesMapping class hierarchies to database tables using single-table or class-table inheritance patterns. **Distinct from Model Table Mappings:** Distinct from Model Table Mappings: focuses specifically on inheritance-based table mapping, not single-table mappings.