Graphical editor for LiteDB databases. Writter in .NET and WPF.
Grab latest build from releases page. Application will automatically notify about new version when released.
Requirements: Windows 7, 8 or 10 and .Net 4.6
To build from cmdline run build.ps1 in PowerShell. Script builds Release configuration by default into the same directory. Script accepts Configuration, OutputPath, Portable (creates zip package) and SkipBuild parameters.
All contributions are welcome!
Regarding code styling, there are only a few major rules:
if (true)
{
DoSomething()
}
instead of
if (true)
DoSomething()