Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
dikayx committed Mar 14, 2022
1 parent 74ce2d6 commit e191e49
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Java SQLite Viewer
A GUI application to view and edit SQLite databases. Based on an intermediate swing project,
I added some neat features such as file selection and named borders around the sections.

![Screenshot of the text editor](./app/res/screenshot-viewer.png)

## Install
- Download the .jar file (requires JVM) _or_ binary for your system
- Alternatively you can download the source code and compile it yourself

## How to use
- Load a *.db file from disk from the menu
- Open it (connect)
- Select the table you want to edit or view
- See the result in the area below

_To get started you can download a sample file from sqlitetutorial.net [here](https://www.sqlitetutorial.net/sqlite-sample-database/)._

## Technologies
- Java
- Gradle
- SQLite

## Roadmap
I plan on adding support for more SQL-flavours such as PostgresQL, MySQL and MSSQL in the future.
Binary file added app/res/screenshot-viewer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e191e49

Please sign in to comment.