-
**Version**
LiteDB 5.0.12
**Describe the bug**
When using a UNC path to a network share location the Using statement sometimes fails to dispose the file stream.
It works fine with a path to a lo…
-
**Version**
LiteDb: 5.0.10
Win 10,
.NET Standard 2.0
UAP target = 10.0.18362.0
UAP min target = 10.0.17763.0
**Describe the bug**
I need to establish a shared connection to a database in a UW…
-
### This issue will track and explore optional db we can use for the fullnode.
Currently for most cases we use leveldb however that is not too reliable (I had a few cases specially when syncing BTC…
-
Can you clarify if it is safe to copy the Litedb file when the process is running?
I need a safe way to backup litedb files while my website is running.
If it is not safe to copy (if there is a po…
-
Add command which implements https://tellmewhenitcloses.com/session/new
https://robots.thoughtbot.com/announcing-tell-me-when-it-closes
deril updated
5 years ago
-
# Trending repositories for C#
1. [**dotnet / maui**](https://github.com/dotnet/maui)
__.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applica…
-
using LiteDB;
using var db = new LiteDatabase(@"MyData.db");
try
{
int num = 0;
while (true)
{
processData(db,num);
if (num < 10000000)
{
…
-
CheckDatabaseEncryptionKey takes encryption key as a parameter. Database should be encrypted and the key somehow should be stored on computer (OS-specific key storage???).
-
It seem's that by default LiteDb trims whitespace on data saved, this has caused us a bit of headache trying and figure out whats going on.
I don't think it's a great idea that by default the data…
-
We are having problems with accessing the LiteDB database with Hangfire implementation. We are using Hangfire.LiteDB (0.3.0) and looks like for concurrent access database is getting locked, which resu…