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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

36 dépôts

Awesome GitHub RepositoriesData Storage

Embedded databases and key-value stores for mobile applications.

Explore 36 awesome GitHub repositories matching part of an awesome list · Data Storage. Refine with filters or upvote what's useful.

Awesome Data Storage GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • mbdavid/litedbAvatar de mbdavid

    mbdavid/LiteDB

    9,410Voir sur GitHub↗

    LiteDB is a serverless, embedded NoSQL document database for .NET applications. It persists data into a single portable file, functioning as a BSON data store that resides within the application process rather than running as a separate server. The system is ACID compliant, utilizing write-ahead logging to ensure atomic, consistent, isolated, and durable transactions. It includes built-in encryption to provide secure local data storage and protect files on disk from unauthorized access. The project covers object-document mapping to convert classes into document formats, indexed search capabi

    Embedded NoSQL document store.

    C#
    Voir sur GitHub↗9,410
  • praeclarum/sqlite-netAvatar de praeclarum

    praeclarum/sqlite-net

    4,444Voir sur GitHub↗

    sqlite-net est un ORM (Object-Relational Mapper) léger et une couche d'accès aux données pour SQLite. Il fournit des outils pour traduire les classes d'application en tables de base de données, gérer les enregistrements via un mappeur d'entités et implémenter la persistance locale des données. La bibliothèque inclut un wrapper chiffré qui sécurise les fichiers de base de données en utilisant des clés de connexion et des configurations de chiffrement natives. Elle dispose également d'une couche d'accès aux données qui prend en charge les opérations synchrones et asynchrones pour maintenir la réactivité de l'application lors des accès disque. Le projet couvre une gamme de capacités de gestion de base de données, y compris la génération automatique de tables à partir de définitions de classes, les opérations CRUD basées sur les entités et les requêtes basées sur des prédicats. Il permet également l'exécution de SQL brut en utilisant des instructions paramétrées.

    Minimalist library for SQLite database access.

    C#
    Voir sur GitHub↗4,444
  • tekartik/sqfliteAvatar de tekartik

    tekartik/sqflite

    3,017Voir sur GitHub↗

    SQLite flutter plugin

    SQLite database plugin for structured data storage.

    Dart
    Voir sur GitHub↗3,017
  • reactiveui/akavacheAvatar de reactiveui

    reactiveui/Akavache

    2,547Voir sur GitHub↗

    An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires.

    Asynchronous key-value store for native mobile applications.

    C#akavachec-sharpcache
    Voir sur GitHub↗2,547
  • akavache/akavacheAvatar de akavache

    akavache/Akavache

    2,547Voir sur GitHub↗

    Akavache is an asynchronous, persistent (i.e., writes to disk) key-value store created for writing desktop and mobile applications in C#, based on SQLite3. Akavache is great for both storing important data (i.e., user settings) as well as cached local data that expires.

    Asynchronous persistent key-value storage.

    C#
    Voir sur GitHub↗2,547
  • fransbouma/massiveF

    FransBouma/Massive

    1,797Voir sur GitHub↗

    Dynamic data access wrapper for database tables.

    C#
    Voir sur GitHub↗1,797
  • realm/realm-dotnetAvatar de realm

    realm/realm-dotnet

    1,322Voir sur GitHub↗

    Realm is a mobile database: a replacement for SQLite & ORMs

    Mobile-first database running directly on devices.

    C#databasedotnetdotnet-core
    Voir sur GitHub↗1,322
  • azure/azure-documentdb-dotnetAvatar de Azure

    Azure/azure-documentdb-dotnet

    576Voir sur GitHub↗

    This project provides a client tools or utilities in .NET that makes it easy to interact with Azure Cosmos DB. Azure cosmos DB is published with nuget name Microsoft.Azure.DocumentDB.

    Client for globally distributed document databases.

    Voir sur GitHub↗576
  • couchbase/couchbase-lite-netAvatar de couchbase

    couchbase/couchbase-lite-net

    443Voir sur GitHub↗

    A lightweight, document-oriented (NoSQL), syncable database engine for .NET

    Lightweight embedded NoSQL database for mobile devices.

    C#
    Voir sur GitHub↗443
  • oysteinkrog/sqlite.net-pclAvatar de oysteinkrog

    oysteinkrog/SQLite.Net-PCL

    352Voir sur GitHub↗

    Simple, powerful, cross-platform SQLite client and ORM - Updated version with PCL support

    Portable SQLite database support for mobile applications.

    C#
    Voir sur GitHub↗352
  • spatialdude/usqliteAvatar de spatialdude

    spatialdude/usqlite

    126Voir sur GitHub↗

    WARNING: This project is in the beta development stage and may be subject to change.

    SQLite library module.

    C
    Voir sur GitHub↗126
  • breeze/breeze.sharpAvatar de Breeze

    Breeze/breeze.sharp

    87Voir sur GitHub↗

    Breeze.Sharp is a data management tool for smart client apps. It retrieves data from the server using a rich query language, manages the entity graph of application data, tracks changes, and performs updates of changed data to the server.

    Data management library for rich client applications.

    C#
    Voir sur GitHub↗87
  • aritchie/settingsAvatar de aritchie

    aritchie/settings

    71Voir sur GitHub↗

    A cross platform settings plugin for Xamarin and Windows. Unlike other setting libraries in the wild, this library provides several unique features

    Cross-platform plugin for managing application settings.

    C#
    Voir sur GitHub↗71
  • bixb922/freezefsAvatar de bixb922

    bixb922/freezeFS

    33Voir sur GitHub↗

    freezefs saves a file structure with subfolders and builds an self-extractable or self-mountable archive in a .py file, optionally with compression, to be frozen as bytecode or extracted.

    Creates self-extracting or self-mounting archives.

    Python
    Voir sur GitHub↗33
  • nakagami/micropgAvatar de nakagami

    nakagami/micropg

    28Voir sur GitHub↗

    PostgreSQL database driver for MicroPython

    PostgreSQL database driver.

    Python
    Voir sur GitHub↗28
  • dvrhax/upymysqlAvatar de dvrhax

    dvrhax/uPyMySQL

    25Voir sur GitHub↗

    .. image:: https://img.shields.io/badge/license-MIT-blue.svg :target: https://github.com/dvrhax/uPyMySQL/blob/master/LICENSE

    Pure MicroPython MySQL client.

    Python
    Voir sur GitHub↗25
  • ckoever/micropython-firebase-realtime-databaseAvatar de ckoever

    ckoever/micropython-firebase-realtime-database

    26Voir sur GitHub↗

    Firebase implementation based on REST API optimized for the ESP32 version of Micropython based on firebase-micropython-esp32 from vishal-android-freak. It shouldn't be a problem to run it on other Micropython platforms. A board with SPIRAM is recommended.

    Firebase Realtime Database implementation for ESP32.

    Python
    Voir sur GitHub↗26
  • iboxdb/db4o-gplAvatar de iboxdb

    iboxdb/db4o-gpl

    30Voir sur GitHub↗

    db4o is a non-intrusive persistence system that stores any complex object with one single line of code. The class schema of your application classes is analysed and adjusted in real time when objects are stored. Object-oriented querying functionality is provided through Native Queries (NQ), the…

    Object-oriented database for embedded and remote connections.

    Java
    Voir sur GitHub↗30
  • simolus3/moorS

    simolus3/moor

    0Voir sur GitHub↗

    Reactive, type-safe persistence library for Dart.

    Voir sur GitHub↗0
  • nakagami/nmongoAvatar de nakagami

    nakagami/nmongo

    20Voir sur GitHub↗

    nmongo

    MongoDB client with shell-like APIs.

    Python
    Voir sur GitHub↗20
Préc.12Suivant
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Data Storage