Skip to content

Planktomas/LiteDBUtility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiteDBUtility

Provides a quick way of integrating LiteDB and using LiteDB.Studio in C# applications

license GitHub release (latest by date)

Features

  • Includes an embedded database IDE LiteDB Studio
  • References a LiteDB nuget package

Tutorial

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.

About

Provides a quick way of integrating LiteDB and using LiteDB.Studio in C# applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages