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

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

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

嵌入式 SQL 数据库

排名更新于 2026年6月30日

For 嵌入式 SQL 数据库, the strongest matches are duckdb/duckdb (DuckDB is an in-process analytical SQL database that runs), rusqlite/rusqlite (Rusqlite provides safe Rust bindings to SQLite, giving you) and sqlite/sqlite (SQLite is the definitive embedded SQL database, providing full). cwida/duckdb is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.

Lightweight SQL database engines designed for direct integration within application processes and local storage environments.

嵌入式 SQL 数据库

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

    duckdb/duckdb

    38,805在 GitHub 上查看↗

    DuckDB is an in-process analytical database engine designed to run directly within an application process. As a zero-dependency, embedded system, it provides enterprise-grade SQL data processing capabilities without the overhead of managing a dedicated database server. It is built to handle complex analytical and aggregation tasks by storing and retrieving information in columns, allowing for high-performance relational data manipulation. The engine distinguishes itself through a columnar vectorized execution model that maximizes CPU cache efficiency during query operations. It employs adapti

    DuckDB is an in-process analytical SQL database that runs without a separate server, meeting all your requirements: zero configuration, small footprint, ACID transactions, SQL compliance, and multiple language bindings.

    C++Zero-Dependency Databases
    在 GitHub 上查看↗38,805
  • rusqlite/rusqliterusqlite 的头像

    rusqlite/rusqlite

    4,058在 GitHub 上查看↗

    Rusqlite is an embedded database interface and relational database driver that provides a client library for interacting with SQLite. It functions as an SQL query wrapper, enabling the management of local file-based or in-memory databases through a safe interface. The library allows for the extension of native database capabilities by implementing custom scalar functions, collations, and virtual tables. It also supports the embedding of the database engine directly into the application binary to remove external library dependencies. The project covers a broad range of capabilities including

    Rusqlite provides safe Rust bindings to SQLite, giving you a fully embeddable, zero-configuration, ACID-compliant SQL database that runs inside your application process with no separate server—exactly the lightweight embedded SQL database this search asks for.

    RustSQL Query ExecutionSQLite IntegrationC-API Wrappers
    在 GitHub 上查看↗4,058
  • sqlite/sqlitesqlite 的头像

    sqlite/sqlite

    9,909在 GitHub 上查看↗

    SQLite is a serverless relational database engine and C-based library that stores data in a single local disk file. It functions as an embedded SQL database, integrating directly into applications without the need for a separate server process. The engine includes specialized capabilities for full-text search indexing and spatial data querying using R-Tree structures for geographic or geometric coordinate ranges. The system provides broad support for SQL data manipulation, database recovery and repair, and change tracking for synchronizing modifications between databases. It also features a

    SQLite is the definitive embedded SQL database, providing full SQL compliance, ACID transactions, zero configuration, a tiny footprint, and is directly linkable into any C application — the perfect match for a lightweight embeddable database.

    CEmbedded Database IntegrationsEmbedded DatabasesFile-Based Storage Systems
    在 GitHub 上查看↗9,909
  • cwida/duckdbcwida 的头像

    cwida/duckdb

    38,822在 GitHub 上查看↗

    DuckDB is an embedded, in-process analytical SQL database and OLAP database management system. It functions as a data engine for Parquet and CSV files, allowing users to execute complex SQL queries on large datasets without requiring a separate server process. The system is designed for local analytical processing and embedded data science workflows. It enables the direct querying and analysis of Parquet and CSV files from disk, bypassing the need to load data into a permanent database. The engine provides high-performance analytical SQL execution, including support for window functions and

    DuckDB is an embedded, in-process analytical SQL database that runs without a separate server and supports complex queries and language bindings, fitting your need for a lightweight embeddable SQL database.

    C++In-Process AnalyticsAnalytical Workload EnginesColumnar Databases
    在 GitHub 上查看↗38,822

Related searches

  • 用于 SQL 数据库的桌面客户端
  • 部署在用户边缘侧的数据库
  • 用于本地持久化的嵌入式键值存储
  • 支持离线优先移动应用的本地数据库
  • 关系型数据库管理系统
  • 用于应用开发的开源数据库
  • a database library for Swift applications
  • Rust 的类型安全 SQL 查询工具