This repository has been archived by the owner on Feb 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,18 @@ | ||
# <img src="logo.png" width="42" alt="Icon"> LiteDB Viewer | ||
LiteDB Viewer is a simple tool that let you open a LiteDB database file and view its contents. | ||
|
||
<div style="text-align:center"> | ||
|
||
![Screenshot](/screenshot.jpg?raw=true "Screenshot") | ||
|
||
![Screenshot](/hexview.jpg?raw=true "Screenshot") | ||
</div> | ||
|
||
<p align="center"> | ||
<img align="center" src="/screenshot.jpg?raw=true" width="400" alt="Screenshot"> | ||
<img align="center" src="/hexview.jpg?raw=true" width="400" alt="Screenshot"> | ||
</p> | ||
## WHERE TO DOWNLOAD | ||
To download the latest version of this program, take a look at the <a href="https://github.com/falahati/LiteDBViewer/releases">releases page</a>. | ||
|
||
## HOW TO USE | ||
Open the program and select the LiteDB database file(s). | ||
|
||
You can also use the context menu registered for '.db' files to open them in LiteDB Viewer. | ||
|
||
<div style="text-align:center"> | ||
|
||
![Screenshot](/contextmenu.jpg?raw=true "Screenshot") | ||
</div> | ||
|
||
<p align="center"> | ||
<img align="center" src="/contextmenu.jpg?raw=true" alt="Screenshot"> | ||
</p> | ||
## LICESNE | ||
This program and its source code is under GNU General Public License. | ||
This program and its source code is under GNU General Public License. |