-
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…
-
Ola mbdavid,
Venho utilizando o LiteDB com frequência e encontrei o seguinte erro na ultima versao:
Tenho duas entidades "Tarefa" e "Usuario". O aplicativo realiza constantes actualizações na base…
-
I have a C# console application which runs as window service under NT Service account (NT Service\MyService) and my litedb file kept within NT Service account profile.
`C:\Users\MyService\AppDa…
-
Hi,
I am running a sample program where the Mydata.db file is not available and it will create the database file and create database as well as collection but I am not able to see the file being crea…
dvyas updated
3 years ago
-
Hi, I'm a completely "null" in Unity but I want reproduce this error. What I did:
1- Using VS installer, select Unity and install
2- Create an Unity account (Personal) and open your root folder as…
-
2021-05-29 20:51:08.222 Info App: GetImageResponse-/emby/Plugins/JavScraper/Image?url=https%3a%2f%2fimage.mgstage.com%2fimages%2fprestigepremium%2f300ntk%2f570%2fpb_t1_300ntk-570.jpg
2021-05-29 20:51…
-
On a fresh install, deleting ~/z-location.db and not calling Update-Location from prompt, doing it manually results in:
1. first `Update-ZLocation $pwd` call takes ~3-4s
2. second `Update-ZLocatio…
-
This works locally on my windows 10 machine. Was originally developed on an ubuntu 19.04 machine.
Trying to move this up to host inside a docker image: mcr.microsoft.com/dotnet/core/aspnet:2.2-alpi…
-
I have an app using Uno platform on WebAssembly which appears at first to work fine with LiteDB to store data locally. However, deeper testing shows that not all updates are reliably saved and reopeni…
-
Hi @mbdavid ,
I am planning to use Litedb in our product. In that, we want to create a database for each individual user and store user-specific information to the respected database.
I just wan…