OrigoDB icon indicating copy to clipboard operation
OrigoDB copied to clipboard

In-memory event-sourced database engine for NET/Mono

Results 8 OrigoDB issues
Sort by recently updated
recently updated
newest added

Bumps [FakeItEasy](https://github.com/FakeItEasy/FakeItEasy) from 1.25.3 to 6.0.1. Release notes Sourced from FakeItEasy's releases. 6.0.1 Fixed Source Stepping doesn't work because PDBs can't be found (#1751, #1685) Bad error message when configuring...

dependencies

Bumps [NUnit](https://github.com/nunit/nunit) from 2.6.4 to 3.12.0. Release notes Sourced from NUnit's releases. NUnit 3.12 This release of NUnit finally drops support for .NET 2.0. If your application still targets .NET...

dependencies

Even when PersistenceMode is set to ManualSnapshots, an initial journal entry is still created on disk. Not sure if there’s any way to avoid/defer this for cases when the database...

bug

Users should be able to use the CRUD pattern to store entities objects of any type. Entities that refer to each other should use foreign keys, not references. Something like:...

enhancement
in progress

Using Windows 10 operating system. OrigoDB version 0.2. No modified configuration files, extracted to hard disk and ran Windows Service install batch file. Windows batch file created new app config...

Create a helper to enumerate all the Origo related types in an assembly. Models, Commands, Queries, EngineConfigurations and custom extensions implementing origo interfaces. Useful for developer but also supports toolmaking...

enhancement
up-for-grabs

Add `Engine.Load` overloads which load to a specific point in time based on either Revision or DateTime, or `Func`. The resulting engine should be in a read only or non-persisting...

enhancement
up-for-grabs

Add xml doc comments to source and generate API docs.

enhancement