MarcelloDB icon indicating copy to clipboard operation
MarcelloDB copied to clipboard

.net/mono/xamarin/winrt in-process object database

Results 12 MarcelloDB issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

We need to be able to wipe out the entire MarcelloDB storage content to be able to fresh start without having to uninstall / reinstall the application. Since the Session...

I'm currently exploring different "embedded" data options for my mobile application. Ideally I want to use a nosql data store, so i'm giving MarcelloDB a try. Right now, i have...

Bumps [Microsoft.NETCore.UniversalWindowsPlatform](https://github.com/Microsoft/dotnet) from 5.2.3 to 5.2.4. Commits - See full diff in [compare view](https://github.com/Microsoft/dotnet/commits) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.NETCore.UniversalWindowsPlatform&package-manager=nuget&previous-version=5.2.3&new-version=5.2.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

Hi, I am using latest version of MarcelloDB - 1.0.8 and getting an exception (intermittently) on following scenarios - 1. FindAll() public IEnumerable FindAll(Func predicate) { lock (_lockSessionAccess) { return...

is there a way to know the file size of collection file?

is there a way to delete an entire collection without having to iterate all the keys on it?

is there a way to do a count all all the records without having to load then ? in my case I want to count everything on the collection and...

No point in having comparer objects being created all the time