-
What is the idiomatic way to create an empty collection?
Maybe I missed some existing API but the only way I know is to add and remove a
dummy document. Is there a better way to create an empty co…
-
Hi David.
Is there any plan to support parametrized constructors like MongoDB?
I made a test with MongoDB and classes with parametrized constructors and it can (de)serialize... Is there any possib…
-
Hi,
we have a recurring job that runs every 10 minutes:
```
[AutomaticRetry(Attempts = 0, OnAttemptsExceeded = AttemptsExceededAction.Delete)]
[JobDisplayName("Update status from {1}")]
public …
-
### Describe the bug?
Assets will randomly stop loading. This ranges from spawning items out of inventory to not loading in the rest of worlds or avatars. When it happens I've seen that the gather j…
-
Notably for methods in `BlockChain` and `IStore`, `offset` and `limit` parameters are of type `int` or `int?`. Since `Block.Index` is of type `long`, this discrepancy results in unnecessary casting. A…
-
Hi there!
I am looking for an event store which will be friendly to F#, so the one written in F# should be perfect ;D I tried to use it with postgres + marten, but I am failing to read events if the…
-
Is it possible to run this on Windows Phone or UWP? Perhaps a PCL?
-
Using JSON to store information about the games has worked quite well, but I don't feel like it's the best approach. Those are some of the constraints I have observed:
- In order to modify anything, …
-
Hi,
Thanks for the great project, and i began using your db, with v5 beta in my project.
But i noticed that there is no interfaces for:
* LiteDatabase
* LiteCollection
That uses general and s…
-
But first, let me say well done on v4. It's looking great!
I would like to have one process which writes to an LiteDB file, and one or two which read from it. The writer process will be inserting a…