awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Data Access Layers · Awesome GitHub Repositories

6 repos

Awesome GitHub RepositoriesData Access Layers

Software components that mediate communication between application code and database systems to facilitate data retrieval and storage.

Explore 6 awesome GitHub repositories matching data & databases · Data Access Layers. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Data Access and Querying
  4. Data Access Layers

Awesome Data Access Layers GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • n8n-io/n8n

    n8n-io/n8n

    175,396GitHubView on GitHub↗

    n8n is a workflow automation platform that combines a visual interface with code-based extensibility to design, orchestrate, and manage automated processes. It provides a comprehensive suite of tools for data transformation, filtering, and storage, allowing users to build complex logic through conditional branching, lo

    TypeScriptaiapisautomation
  • laravel/laravel

    laravel/laravel

    83,758GitHubView on GitHub↗

    Laravel is a comprehensive full-stack web framework designed for building scalable server-side applications. It provides an integrated development environment that centers on an object-relational mapper for database abstraction, a robust routing system, and a sophisticated service container for dependency injection. Th

    Bladeframeworklaravelphp
  • bregman-arie/devops-exercises

    bregman-arie/devops-exercises

    81,169GitHubView on GitHub↗

    This project is a comprehensive educational curriculum designed to build proficiency across modern infrastructure, cloud-native technologies, and systems administration. It functions as a reference library and interview preparation resource, offering a structured collection of conceptual questions, practical coding cha

    Pythonansibleawsazure
  • xingshaocheng/architect-awesome

    xingshaocheng/architect-awesome

    60,831GitHubView on GitHub↗

    This project serves as a comprehensive knowledge base and reference for distributed systems engineering and enterprise software architecture. It provides a structured collection of technical resources, design patterns, and methodologies intended to assist in the design, maintenance, and scaling of complex, high-perform

  • usememos/memos

    usememos/memos

    57,067GitHubView on GitHub↗

    Memos is a self-hosted, container-native knowledge management platform designed for capturing and organizing personal notes. It functions as a private workspace where users can create content using markdown, tags, and media embeds to streamline daily productivity. The system is built to be deployed as a portable servic

    Godockerfossgo
  • pocketbase/pocketbase

    pocketbase/pocketbase

    56,221GitHubView on GitHub↗

    Pocketbase is a backend-as-a-service platform that provides a self-contained, single-binary server for building full-stack applications. It integrates a relational database, authentication, and file storage into one executable process, eliminating the need for external infrastructure or complex server management. The

    Goauthenticationbackendgolang

Explore sub-tags

  • Database Abstraction LayersArchitectural layers that provide database-agnostic interfaces to support multiple storage engines within a single application.
  • Object Relational MappingsFrameworks for mapping object-oriented code to relational databases.
  • Raw SQL ExecutionDirect execution of SQL queries with parameter binding.
  • SQLStandardized languages and interfaces for defining, manipulating, and retrieving structured data from relational database management systems.
Schema-Aware ORMs
Data access layers that dynamically map database schemas to application objects.