awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesDatabase Wrappers

High-level interfaces that simplify interaction with database drivers by adding management and configuration layers.

Distinct from SQLite Drivers: Distinct from Drivers: focuses on the management layer (migrations, encryption) rather than just the connection protocol.

Explore 5 awesome GitHub repositories matching data & databases · Database Wrappers. Refine with filters or upvote what's useful.

Awesome Database Wrappers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • doctrine/dbaldoctrine 的头像

    doctrine/dbal

    9,699在 GitHub 上查看↗

    This project is a SQL database abstraction layer that provides a consistent object-oriented interface for interacting with multiple relational database systems. It includes a driver wrapper to standardize connections and result sets, a fluent query builder for constructing portable SQL statements, and a type mapper for converting database-specific data types into native application types and vice versa. The library enables programmatic schema management through a schema manager that can introspect database metadata, model structures as objects, and generate the SQL required to migrate between

    Implements a driver wrapper that standardizes connections and result sets across different relational database vendors.

    PHPdatabaseibm-db2mariadb
    在 GitHub 上查看↗9,699
  • groue/grdb.swiftgroue 的头像

    groue/GRDB.swift

    8,209在 GitHub 上查看↗

    GRDB.swift is a comprehensive SQLite toolkit and object-relational mapper for Swift. It provides a database wrapper that handles local data persistence, connection management, and encrypted file storage for Apple platforms. The library features a dedicated observation framework that tracks database changes to automatically synchronize the application state and user interface in real time. It distinguishes itself with a type-safe query builder and a protocol-based mapping system that converts database rows into structured Swift objects. The toolkit covers a broad range of administrative and o

    Provides a comprehensive SQLite wrapper handling connection management, migrations, and encryption for Apple platforms.

    Swiftdatabasedatabase-observationgrdb
    在 GitHub 上查看↗8,209
  • guolindev/litepalguolindev 的头像

    guolindev/LitePal

    8,068在 GitHub 上查看↗

    LitePal is an object-relational mapping library and SQLite database wrapper for Android applications. It replaces raw SQL queries with a fluent interface and object mapping to simplify local data persistence and database management. The project provides a specialized system for automatically synchronizing database schemas based on model definitions to handle version updates. It also includes a storage solution for securing sensitive data through configurable field-level encryption. The library covers broad data storage and synchronization capabilities, including atomic transaction support, m

    Wraps SQLite with a high-level interface that replaces raw SQL with fluent queries and object mapping.

    Javaandroidlitepalsqlite3
    在 GitHub 上查看↗8,068
  • wp-cli/wp-cliwp-cli 的头像

    wp-cli/wp-cli

    5,028在 GitHub 上查看↗

    WP-CLI is a command-line interface and automation tool for managing WordPress sites and databases through a terminal instead of a web browser. It functions as an extensible framework for executing site maintenance, administrative updates, and developer tooling via scripts and scheduled jobs. The tool provides specialized capabilities for database management, including search-and-replace operations, imports, and exports to modify or migrate site data. It also serves as a programmable interface that allows for the integration of AI agents to execute command-driven tasks. The system supports th

    Direct SQL operations wrap the WordPress database abstraction layer, handling connection and escaping.

    PHPcliframeworkhacktoberfest
    在 GitHub 上查看↗5,028
  • simolus3/driftsimolus3 的头像

    simolus3/drift

    3,231在 GitHub 上查看↗

    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

    Wraps SQLite drivers with high-level management for migrations, encryption, and reactive streams.

    Dartdartdart-build-systemflutter
    在 GitHub 上查看↗3,231
  1. Home
  2. Data & Databases
  3. SQLite Drivers
  4. Database Wrappers