Home

Awesome

Only supports LiteDB version 4 files!

<img src="https://github.com/JosefNemec/LiteDbExplorer/blob/master/source/LiteDbExplorer/Images/icon.png" width="32"> LiteDb Explorer

Graphical editor for LiteDB databases. Writter in .NET and WPF.

Features in current Alpha release:

<p> <img align="center" src="https://raw.githubusercontent.com/JosefNemec/LiteDbExplorer/master/web/screen1.png" width="400" > <img align="center" src="https://raw.githubusercontent.com/JosefNemec/LiteDbExplorer/master/web/screen2.png" width="200" > <img align="center" src="https://raw.githubusercontent.com/JosefNemec/LiteDbExplorer/master/web/screen3.png" width="200" > </p>

Download

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

Building

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.

Contributions

All contributions are welcome!

Regarding code styling, there are only a few major rules:

if (true)
{
    DoSomething()
}

instead of

if (true)
    DoSomething()