This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
2 changed files
with
25 additions
and
0 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 |
---|---|---|
@@ -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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.