-
If my application has a multiple pieces of data that are unrelated to each other, is it best practice to have
1. One LiteDB database with multiple unrelated collections or
2. Multiple LiteDB databas…
-
hello david
Just i used collection.Query().OrderBy(),but i found there's no Thenby supported now,My application target machine has poor memory,so i really like love now litedb can use linq OrderBy on…
-
latest version 4.1 is working just fine with unity android and windows, but on iOS its not working because of reflection.emit. Can we build a version without of reflection.emit? i need the latest vers…
-
**Version**
5.0.11
**Describe the bug**
Migrating for 5.0.9 to 5.0.11 causes a `System.IO.IOException: There is not enough space on the disk.` error. This issue can be fixed by delete old -log.li…
-
We are using XML file storage for small scale (.NET CORE with angular hybrid desktop application using Electron). In that application we are storing the database schema in XML file database. But it wa…
-
Hi,
I need to implement a control to count the number of running occurences of a windows form app written in C# running locally on my PC (.Net Framework 4.5). I thought to use LiteDB , where each in…
-
I have an old project used LiteDB v0.9 package and database. After the upgrade to the latest package version
my app cannot open the existing database
Message = "File is not a valid LiteDB database …
-
I have 2 gb of Data file and LiteDb Studio takes forever to connect. I guess it's trying to read all the collection/documents in memory for something while connection because the memory usage just kee…
-
I try to find entity by its id in liteDb. But the wrong entity returns as a result (with another id). It's reproduced only on one entity for one client (other clients works good).
I use LiteDB 4.1.…
-
hello Why don't the litedb new bsonvalue(??) support a Single(float) type?
public enum BsonType
{
MinValue = 0,
Null = 1,
Int32 = 2,
Int64 = 3,
…