awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Bases de datos SQL embebidas

Clasificación actualizada el 30 jun 2026

For una base de datos SQL in-process para mi aplicación, 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.

Motores de bases de datos SQL ligeros diseñados para la integración directa dentro de procesos de aplicaciones y entornos de almacenamiento local.

Bases de datos SQL embebidas

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • duckdb/duckdbAvatar de duckdb

    duckdb/duckdb

    38,805Ver en 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
    Ver en GitHub↗38,805
  • rusqlite/rusqliteAvatar de rusqlite

    rusqlite/rusqlite

    4,058Ver en 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
    Ver en GitHub↗4,058
  • sqlite/sqliteAvatar de sqlite

    sqlite/sqlite

    9,909Ver en 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
    Ver en GitHub↗9,909
  • cwida/duckdbAvatar de cwida

    cwida/duckdb

    38,822Ver en 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
    Ver en GitHub↗38,822

Related searches

  • un cliente de escritorio para mis bases de datos SQL
  • una base de datos en el edge cerca de mis usuarios
  • almacenamiento clave-valor embebido para persistencia local
  • base de datos local para apps móviles offline-first
  • un sistema de gestión de bases de datos relacionales
  • base de datos open source para desarrollo de aplicaciones
  • a database library for Swift applications
  • consultas SQL validadas para Rust