How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
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…
The main features of iboxdb/db4o-gpl are: Data Storage.
Projects with overlapping indexed features include: aldycool/netcoresync — NETCoreSync is a database synchronization framework where each client's local offline database (on each client's… aleppax/upyftsconf. aritchie/settings — A cross platform settings plugin for Xamarin and Windows. Unlike other setting libraries in the wild, this library… aspnet/entityframeworkcore — This repository is home to the following .NET Foundation projects. These projects are maintained by Microsoft and… azure/azure-documentdb-dotnet — This project provides a client tools or utilities in .NET that makes it easy to interact with Azure Cosmos DB. Azure… akavache/akavache — Akavache is an asynchronous, persistent (i.e., writes to disk) key-value store created for writing desktop and mobile…
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…
A cross platform settings plugin for Xamarin and Windows. Unlike other setting libraries in the wild, this library provides several unique features
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.