Provides a quick way of integrating LiteDB and using LiteDB.Studio in C# applications
- Includes an embedded database IDE LiteDB Studio
- References a LiteDB nuget package
This utility in nuget package form automatically references a recent LiteDB nuget package. However, keep in mind that LiteDB Studio is using an older version of LiteDB. The database editor can be extracted to the current working directory and opened using this code:
using LiteDBUtility;
LiteDBStudio.Start();LiteDB can be used without starting LiteDB Studio.