Coder Social home page Coder Social logo

uzbekdev1 / litedbexplorer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from josefnemec/litedbexplorer

0.0 0.0 0.0 368 KB

Viewer and editor for https://github.com/mbdavid/LiteDB databases.

License: MIT License

C# 88.93% PowerShell 3.24% NSIS 7.83%

litedbexplorer's Introduction

This repository is no longer maintained, check out julianpaulozzi's fork for more updates.

LiteDb Explorer

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

Features in current Alpha release:

  • View and edit existing documents
  • Add new items to database including files
  • Preview files (images and text files)
  • Export database documents (as JSON) and files
  • Change password in protected databases
  • Shrink database
  • Open multiple databases at the same time

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:

  • private fields and properties should use camelCase (without underscore)
  • all methods (private and public) should use PascalCase
  • use spaces instead of tabs with 4 spaces width
  • always encapsulate with brackets:
if (true)
{
    DoSomething()
}

instead of

if (true)
    DoSomething()

litedbexplorer's People

Contributors

a44281071 avatar josefnemec avatar malmas18 avatar pathogendavid avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.