-
Hi I'm just wondering how I handle some simple migration scenarios when the data structure changes.
1. I found [this](https://github.com/mbdavid/LiteDB/issues/524), which talks about changing a dat…
-
So I'm building a ASP.NET Core API with LiteDB as database. I have a class Business with a BsonRef attribute for the owners:
```cs
public class Business
{
[BsonId(false)]
public string Na…
-
~~From my understanding, it appears that an automatic cleanup feature for LiteDB has been implemented. This is a great feature for most headless servers, but there are a few that would like to retain …
-
Hi!
I am trying to execute a LiteDB (v5) query but facing the problem with Group By.
I am building my expression in C# like that:
var r1 = collection.Query()
.GroupBy("Age")
…
-
The problem is after new update its unable to find the library and cause issues with loading the plugin.
Running on preview branch.
Logs:
```console
[loading] UnturnedGuardGold.RocketMod
[regis…
-
packages.yaml
```yaml
packages:
- id: UnturnedGuard.NuGetPackages
version: latest
```
actual packages:
```csproj
runtime; build; native; contentfiles; analyze…
-
### 问题描述
能更新祈愿记录,管理记录里面有记录,能恢复云端记录,就是一页也显示不出来。
### 复现步骤
祈愿记录-空白页面-刷新页面-Exception LiteDB ENSURE: page type must be data page
### 截图
![QQ截图20230723012330](https://github.com/xunkong/xunkong/assets/…
-
### Describe the bug?
I give the headless server a world url to load (obtained from "CopyURL" in user inventory) and it throws this error, on every single world I try
```
resonite | Starting…
-
![image](https://github.com/ZHANGTIANYAO1/TS3AudioBot-NetEaseCloudmusic-plugin/assets/81335837/8e07aa92-3343-41a7-aadf-d6d95ab0dc85)
![image](https://github.com/ZHANGTIANYAO1/TS3AudioBot-NetEaseCloud…
-
I am very confused how to import emails when I use spray ,there are only --passwords parameters, not --usernames. Do I need to modify the database directly to import the email list?