Git Product home page Git Product logo

litedbexplorer's Introduction

LiteDB Explorer

Graphical editor for LiteDB databases.

Download

Grab latest build from releases page.

Portable single exe version available from version 7.0, just unzip and run.

Requirements: Windows 7, 8 or 10 and .Net 4.6.2

Version 0.8.4.0 has issue on notifying automatic updates.

If you always want to be notified about updates, please upgrade to version 0.8.4.1 by manually checking on help menu or download on releases page.

Important Notes

This is a pre-release. We'll point out that this release is identified as non-production ready.

The main purpose of keeping this fork is to meet my LiteDB use cases, refresh WPF knowledge, and share some improvements with the community.

I have seen some LiteDB use cases that go far beyond any that would have with this database. If you use LiteDB to store a large volume of data, large texts and many files ... this project currently will not meet your needs and is outside my current contribution scope. Any contribution is welcome, so before opening a issue mainly related to this topic collaborate and submit a pull request or use other alternatives.

Features in current pre-release:

  • Material dark and white theme.
  • Open multiple databases at the same time.
  • View and edit multiple documents with tabbed interface.
  • Document details in tree or JSON.
  • Configurable layout options.
  • Preview files (images and text files).
  • Add new items to database including files.
  • Export JSON.
  • Export Excel and CSV.
  • Export Files (in files collection).
  • Change password in protected databases.
  • Shrink database.
  • Support for query using shell commands (WIP).
  • Portable exe (require .NET 4.6.2).

Issue Reporting Guidelines

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

This is a: (required)

  • Bug Report or Feature Request

Version: (required)

  • Which version?

Steps to reproduce: (required)

  • Steps to reproduce...

What is expected: (required)

  • What is expected?

What is actually happening: (required)

  • What is actually happening?

Any additional comments: (optional)

  • Any additional comments

Contributions

All contributions are welcome!

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

  • private fields and properties should use _camelCase (with 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()

License

MIT License.

litedbexplorer's People

Contributors

a44281071 avatar foggyfinder avatar ihtfw avatar josefnemec avatar julianpaulozzi avatar malmas18 avatar marcbarry avatar neilsb avatar pathogendavid avatar

Watchers

 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.