LiteDB
LiteDB copied to clipboard
LiteDB - A .NET NoSQL Document Store in a single data file
Database paths/names with "=" sign are not welcome. This is probably a feature but it bites. It's probably the design flaw. `LiteDatabase` and `ConnectionString` constructors accept both database paths and...
Check if the read lock is held before exiting.
Hello, In previous release, ".Find" request would accept function call: Like 👍 `List events = colEvent.Find( x => testTitle( x, title)).ToList();` where testTitle() returns true of false. It was very...
I have these classes and I want to implement local datastore with Begin and End Transaction and each Transaction must be separate: ``` public interface IDataStoreManager { /// Create data...
This error: ``` System.InvalidCastException Unable to cast object of type 'System.String' to type 'System.Int32'. ``` Trace: ``` System.InvalidCastException: Unable to cast object of type 'System.String' to type 'System.Int32'. ?, in...
Global Mutexes were being created without insufficient rights for a 2nd process running on same machine to use them This fix addresses that by using same methodology applied to NETFRAMEWORK...
**Version** 5.0.9 5.0.12 **Describe the bug** collection.Find(BsonExpression) is thrown exception. When in BsonExpression put the value higher than max limit of Int64 or Int32. F.e 111111111111111111111111111111111111 it should be parsed...
[EN] - Hello Maurício and team, it's a pleasure to talk to you again (after a long time). I have a question about file storage support in the LiteDB database...
**Version** 5.0.10/Windows 10/NET 5 **Describe the bug** Trying to read and update records in a parallel foreach throws an exception with the following message: "The read lock is being released...
Hi, I have found a third party project [MaikeBing.EntityFrameworkCore.LiteDB](https://github.com/maikebing/EntityFrameworkCore.LiteDB) is a *LiteDB* provider for Entity Framework Core, it is on the development stage now, not for production yet. I just...