36 repositorios
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.
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.
sqlite-net es un mapeador objeto-relacional ligero y una capa de acceso a datos para SQLite. Proporciona herramientas para traducir clases de aplicación en tablas de base de datos, gestionar registros mediante un mapeador de entidades e implementar la persistencia de datos local. La biblioteca incluye un envoltorio cifrado que asegura los archivos de base de datos utilizando claves de conexión y configuraciones de cifrado nativas. También cuenta con una capa de acceso a datos que admite operaciones tanto síncronas como asíncronas para mantener la capacidad de respuesta de la aplicación durante el acceso al disco. El proyecto cubre una gama de capacidades de gestión de bases de datos, incluyendo la generación automática de tablas a partir de definiciones de clase, operaciones CRUD basadas en entidades y consultas basadas en predicados. También permite la ejecución de SQL crudo utilizando sentencias parametrizadas.
Minimalist library for SQLite database access.
SQLite flutter plugin
SQLite database plugin for structured data storage.
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.
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.
Dynamic data access wrapper for database tables.
Realm is a mobile database: a replacement for SQLite & ORMs
Mobile-first database running directly on devices.
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.
A lightweight, document-oriented (NoSQL), syncable database engine for .NET
Lightweight embedded NoSQL database for mobile devices.
Simple, powerful, cross-platform SQLite client and ORM - Updated version with PCL support
Portable SQLite database support for mobile applications.
WARNING: This project is in the beta development stage and may be subject to change.
SQLite library module.
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.
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.
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.
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.
PostgreSQL database driver for MicroPython
PostgreSQL database driver.
.. image:: https://img.shields.io/badge/license-MIT-blue.svg :target: https://github.com/dvrhax/uPyMySQL/blob/master/LICENSE
Pure MicroPython MySQL client.
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.