awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
paulftw avatar

paulftw/hiberlite

0
View on GitHub↗

Hiberlite

C++ ORM for SQLite

Features

  • Database Systems - Object-relational mapping for SQLite3.

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI
  • Bases de datos - Object-relational mapping library for SQLite3.
  • Databases and Data - Object-relational mapping for SQLite3.
  • 724 estrellas·121 forks·C++·BSD-3-Clause·2 vistas

    Historial de estrellas

    Gráfico del historial de estrellas de paulftw/hiberliteGráfico del historial de estrellas de paulftw/hiberlite

    Alternativas open-source a Hiberlite

    Proyectos open-source similares, clasificados según cuántas características comparten con Hiberlite.
    • google/leveldbAvatar de google

      google/leveldb

      39,152Ver en GitHub↗

      LevelDB is an embedded database library and persistent storage engine that provides a sorted key-value store. It uses a log-structured merge-tree architecture to map byte arrays to values, running directly within a process to provide storage without the need for a separate server process. The system is distinguished by its use of custom comparison functions to define key ordering, enabling efficient range scans and sequenced lookups. It ensures data reliability through atomic batch execution, consistent snapshot generation, and log-based recovery after failures. The engine covers broad capab

      C++
      Ver en GitHub↗39,152
    • redis/hiredisAvatar de redis

      redis/hiredis

      6,655Ver en GitHub↗

      Hiredis is a minimalistic C client library designed to send commands and receive responses from Redis servers using a binary-safe protocol. It functions as a core toolkit providing a Redis protocol parser, a secure connector, and both synchronous and asynchronous driver interfaces. The library distinguishes itself through a decoupled protocol parser that converts raw byte streams into structured data objects independently of the network transport layer. It supports high-performance pipelining to batch multiple commands into a single network round-trip and provides a secure networking layer fo

      C
      Ver en GitHub↗6,655
    • facebook/rocksdbAvatar de facebook

      facebook/rocksdb

      31,767Ver en GitHub↗

      RocksDB is a high-performance, embeddable persistent key-value library and storage engine based on Log-Structured Merge-trees. It is designed to provide durable storage for large-scale datasets, integrating directly into applications to manage data on flash and RAM-based hardware. The engine is distinguished by its focus on minimizing read and write amplification through multi-threaded compaction and custom memory allocators. It features specialized optimizations for flash storage, including support for zoned block devices, and provides the ability to extend store behavior via external plugin

      C++databasestorage-engine
      Ver en GitHub↗31,767
    • apache/incubator-kvrocksAvatar de apache

      apache/incubator-kvrocks

      4,339Ver en GitHub↗

      Kvrocks is a disk-based NoSQL database and distributed key-value store that leverages the RocksDB storage engine to persist large datasets to physical disk. It is designed to be a Redis-compatible database, utilizing the standard Redis communication protocol to ensure interoperability with existing client libraries and tools. The project distinguishes itself by combining a disk-persistent storage model with advanced retrieval capabilities, including vector search for k-nearest neighbor queries, full-text search indexing, and geospatial query execution. It supports distributed clustering with

      C++
      Ver en GitHub↗4,339
    Ver las 30 alternativas a Hiberlite→

    Preguntas frecuentes

    ¿Qué hace paulftw/hiberlite?

    C++ ORM for SQLite

    ¿Cuáles son las características principales de paulftw/hiberlite?

    Las características principales de paulftw/hiberlite son: Database Systems, Bases de datos, Databases and Data.

    ¿Qué alternativas de código abierto existen para paulftw/hiberlite?

    Las alternativas de código abierto para paulftw/hiberlite incluyen: redis/hiredis — Hiredis is a minimalistic C client library designed to send commands and receive responses from Redis servers using a… google/leveldb — LevelDB is an embedded database library and persistent storage engine that provides a sorted key-value store. It uses… facebook/rocksdb — RocksDB is a high-performance, embeddable persistent key-value library and storage engine based on Log-Structured… c4pt0r/mcp-server-tidb — mcp server for tidb. authzed/spicedb — SpiceDB is a distributed permission store and relationship-based access control system. It provides a scalable… anant/awesome-cassandra — A curated list of the best resources in the Cassandra community.