awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesMulti-Backend SQL Abstractions

Persistence layers that provide an abstraction over multiple SQL dialects to ensure database portability.

Distinct from SQLite or PostgreSQL Storage: Focuses on the adapter pattern for supporting multiple SQL engines, not just the choice between two specific ones.

Explore 5 awesome GitHub repositories matching data & databases · Multi-Backend SQL Abstractions. Refine with filters or upvote what's useful.

Awesome Multi-Backend SQL Abstractions GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • goadmingroup/go-adminGoAdminGroup का अवतार

    GoAdminGroup/go-admin

    8,981GitHub पर देखें↗

    go-admin is a framework for generating administrative interfaces and data visualization dashboards using the Go programming language. It functions as a low-code dashboard builder and a web-based interface for performing create, read, update, and delete operations across multiple SQL database dialects. The project features a deployment model that compiles backend logic and frontend assets into a single executable binary for simplified distribution. It includes a role-based access control system to manage user permissions and restrict administrative functions based on assigned roles. The frame

    Provides a common persistence layer abstraction for performing database operations across multiple SQL dialects.

    Goadminadminltebeego
    GitHub पर देखें↗8,981
  • photoview/photoviewphotoview का अवतार

    photoview/photoview

    6,460GitHub पर देखें↗

    Photoview is a self-hosted photo gallery and media manager designed for browsing and organizing personal photo and video collections. It functions as an AI-powered face recognition gallery that automatically detects, clusters, and labels human faces to organize media by person. The system persists metadata and user configurations using SQL-compliant databases such as PostgreSQL, MySQL, or SQLite. The platform distinguishes itself through specialized media processing and integration capabilities. It processes RAW camera files and transcodes videos into browser-compatible formats, while offerin

    Supports a choice of SQL-compliant databases like PostgreSQL, MySQL, or SQLite for data persistence.

    TypeScriptdockerexifgallery
    GitHub पर देखें↗6,460
  • hibernate/hibernate-ormhibernate का अवतार

    hibernate/hibernate-orm

    6,447GitHub पर देखें↗

    Hibernate ORM एक Java ऑब्जेक्ट-रिलेशनल मैपर और Jakarta Persistence API का पूर्ण कार्यान्वयन है। यह एक SQL डेटाबेस एब्स्ट्रैक्शन लेयर के रूप में कार्य करता है जो डेटा पर्सिस्टेंस और लाइफसाइकिल को प्रबंधित करने के लिए Java ऑब्जेक्ट मॉडल्स को रिलेशनल डेटाबेस स्कीमा में अनुवादित करता है। यह फ्रेमवर्क एक सिंगल डेटाबेस इंस्टेंस के भीतर ग्राहक डेटा को अलग करने के लिए मल्टी-टेनेंट डेटा आइसोलेशन फ्रेमवर्क के साथ खुद को अलग करता है। इसमें एक डेटाबेस स्कीमा जनरेटर भी है जो एंटिटी मैपिंग के आधार पर स्वचालित रूप से रिलेशनल स्ट्रक्चर्स का उत्पादन और अपडेट करता है। यह सिस्टम ट्रांजेक्शन मैनेजमेंट, कॉन्करेंसी लॉकिंग कंट्रोल और ऑडिट लॉगिंग के लिए टेम्पोरल डेटा ट्रैकिंग सहित व्यापक क्षमताओं को कवर करता है। यह एंटिटी-ग्राफ रणनीतियों के माध्यम से डेटा फेचिंग ऑप्टिमाइज़ेशन के लिए उपकरण प्रदान करता है और वेक्टर डेटा और नेशनलइज़्ड कैरेक्टर्स जैसे उन्नत डेटा प्रकारों का समर्थन करता है। प्रोजेक्ट में पर्सिस्टेंस लेयर टेस्ट यूटिलिटीज का एक व्यापक सूट शामिल है, जिसमें डेटाबेस डायलेक्ट फिल्टरिंग और स्पेसिफिकेशन कंप्लायंस टेस्टिंग शामिल है।

    Provides a persistence layer that abstracts multiple SQL dialects to ensure database portability.

    Java
    GitHub पर देखें↗6,447
  • matrix-org/dendritematrix-org का अवतार

    matrix-org/dendrite

    5,638GitHub पर देखें↗

    Dendrite is a second-generation Matrix homeserver written in Go, designed to handle room management, federation, and client API traffic for real-time communication. It implements the Matrix protocol for federated messaging, presence, and encrypted communication, and can be deployed as a self-hosted platform that manages user accounts, rooms, media, and end-to-end encryption. The server uses a modular architecture where independent components communicate through an internal message bus, supporting federation with remote homeservers, full-text search indexing of message content, presence broadc

    Uses a configurable SQL database backend for persistent storage of rooms, events, and user data.

    Godendritegolanghacktoberfest
    GitHub पर देखें↗5,638
  • go-vikunja/vikunjago-vikunja का अवतार

    go-vikunja/vikunja

    3,361GitHub पर देखें↗

    Vikunja is a self-hosted task management platform designed for organizing personal and team projects. It provides a centralized system for managing tasks using multiple visualization formats, including Kanban boards, Gantt charts, and tables. The project distinguishes itself through extensive external connectivity, offering a REST API, OpenAPI specifications, and CalDAV synchronization for external calendar integration. It supports sophisticated identity federation via LDAP, OpenID Connect, and Single Sign-On, alongside event-driven automation using webhooks. The platform covers a broad rang

    Abstracts data access to support multiple SQL backends including PostgreSQL, MySQL, and SQLite.

    Goapigolangproject-management
    GitHub पर देखें↗3,361
  1. Home
  2. Data & Databases
  3. SQLite Drivers
  4. SQLite Storage Adapters
  5. SQLite or PostgreSQL Storage
  6. Multi-Backend SQL Abstractions