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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to ckoever/micropython-firebase-realtime-database

Open-source alternatives to Micropython Firebase Realtime Database

30 open-source projects similar to ckoever/micropython-firebase-realtime-database, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Micropython Firebase Realtime Database alternative.

  • akavache/akavacheakavache avatar

    akavache/Akavache

    2,547View on 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.

    C#
    View on GitHub↗2,547
  • aldycool/netcoresyncA

    aldycool/NETCoreSync

    0View on GitHub↗

    NETCoreSync is a database synchronization framework where each client's local offline database (on each client's multiple devices) can be synchronized on-demand via network into a single centralized database hosted on a server. Data which are stored locally within each device of a single client…

    View on GitHub↗0
  • aleppax/upyftsconfA

    aleppax/upyftsconf

    0View on GitHub↗
    View on GitHub↗0
  • aritchie/settingsaritchie avatar

    aritchie/settings

    71View on GitHub↗

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

    C#
    View on GitHub↗71
  • aspnet/entityframeworkcoreA

    aspnet/EntityFrameworkCore

    0View on GitHub↗

    This repository is home to the following .NET Foundation projects. These projects are maintained by Microsoft and licensed under the MIT License.

    View on GitHub↗0

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
azure/azure-documentdb-dotnetAzure avatar

Azure/azure-documentdb-dotnet

576View on 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.

View on GitHub↗576
  • azure/azure-mobile-apps-net-clientA

    Azure/azure-mobile-apps-net-client

    0View on GitHub↗
    View on GitHub↗0
  • bixb922/freezefsbixb922 avatar

    bixb922/freezeFS

    33View on 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.

    Python
    View on GitHub↗33
  • brainelectronics/micropython-eeprombrainelectronics avatar

    brainelectronics/micropython-eeprom

    11View on GitHub↗

    MicroPython driver for AT24Cxx EEPROM

    Python
    View on GitHub↗11
  • brainelectronics/micropython-winbondbrainelectronics avatar

    brainelectronics/micropython-winbond

    18View on GitHub↗

    MicroPython library to interact with Winbond W25Q Flash chips

    Python
    View on GitHub↗18
  • breeze/breeze.sharpBreeze avatar

    Breeze/breeze.sharp

    87View on 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.

    C#
    View on GitHub↗87
  • couchbase/couchbase-lite-netcouchbase avatar

    couchbase/couchbase-lite-net

    443View on GitHub↗

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

    C#
    View on GitHub↗443
  • crate/micropython-cratedbcrate avatar

    crate/micropython-cratedb

    10View on GitHub↗

    micropython-cratedb is a CrateDB driver for the MicroPython language. It connects to CrateDB using the HTTP Endpoint.

    Python
    View on GitHub↗10
  • ctimmer/simple-dbctimmer avatar

    ctimmer/simple-db

    2View on GitHub↗

    Overview - Module Functions - Parameter Formats - Functions - Utility Functions - Remote Server - Internal Database Structure - Other Storage Considerations - msgpack - btrees DB - Decimal Numbers - Date/Time values - Flowcharts - Basic - Remote Server - Installation - To device - Download…

    Python
    View on GitHub↗2
  • dvrhax/upymysqldvrhax avatar

    dvrhax/uPyMySQL

    25View on GitHub↗

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

    Python
    View on GitHub↗25
  • dwighthubbard/micropython-redisD

    dwighthubbard/micropython-redis

    0View on GitHub↗

    .. image:: https://travis-ci.org/dwighthubbard/micropython-redis.svg?branch=master :target: https://travis-ci.org/dwighthubbard/micropython-redis

    View on GitHub↗0
  • fransbouma/massiveF

    FransBouma/Massive

    1,797View on GitHub↗
    C#
    View on GitHub↗1,797
  • ghuntley/lagerghuntley avatar

    ghuntley/Lager

    3View on GitHub↗

    Lager is an attempt to create a cross-platform settings storage for .NET that uses Akavache as a storage backend.

    C#
    View on GitHub↗3
  • gitcnd/tomlgitcnd avatar

    gitcnd/toml

    1View on GitHub↗

    Read and write .toml files. works in MicroPython and CircuitPython

    Python
    View on GitHub↗1
  • iboxdb/db4o-gpliboxdb avatar

    iboxdb/db4o-gpl

    30View on 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…

    Java
    View on GitHub↗30
  • jornamon/mp-sdcard-littlefsjornamon avatar

    jornamon/mp-sdcard-littleFS

    6View on GitHub↗

    This is a Micropython SD card driver that works with LittleFS2 (implements extended interface).

    Python
    View on GitHub↗6
  • mbdavid/litedbmbdavid avatar

    mbdavid/LiteDB

    9,410View on 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

    C#
    View on GitHub↗9,410
  • nakagami/micropgnakagami avatar

    nakagami/micropg

    28View on GitHub↗

    PostgreSQL database driver for MicroPython

    Python
    View on GitHub↗28
  • nakagami/nmongonakagami avatar

    nakagami/nmongo

    20View on GitHub↗

    nmongo

    Python
    View on GitHub↗20
  • oysteinkrog/sqlite.net-pcloysteinkrog avatar

    oysteinkrog/SQLite.Net-PCL

    352View on GitHub↗

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

    C#
    View on GitHub↗352
  • praeclarum/sqlite-netpraeclarum avatar

    praeclarum/sqlite-net

    4,444View on GitHub↗

    sqlite-net is a lightweight object-relational mapper and data access layer for SQLite. It provides tools for translating application classes into database tables, managing records through an entity mapper, and implementing local data persistence. The library includes an encrypted wrapper that secures database files using connection keys and native encryption configurations. It also features a data access layer that supports both synchronous and asynchronous operations to maintain application responsiveness during disk access. The project covers a range of database management capabilities, in

    C#
    View on GitHub↗4,444
  • reactiveui/akavachereactiveui avatar

    reactiveui/Akavache

    2,547View on 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.

    C#akavachec-sharpcache
    View on GitHub↗2,547
  • realm/realm-dotnetrealm avatar

    realm/realm-dotnet

    1,322View on GitHub↗

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

    C#databasedotnetdotnet-core
    View on GitHub↗1,322
  • rolandvs/micropython-framrolandvs avatar

    rolandvs/micropython-fram

    1View on GitHub↗

    Pyboard driver for Ferroelectric RAM module

    Python
    View on GitHub↗1
  • simolus3/moorS

    simolus3/moor

    0View on GitHub↗
    View on GitHub↗0