Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yehorbk/sqlitemanager
Cross-platform SQLite managing application. (JavaFX)
https://github.com/yehorbk/sqlitemanager
database desktop java javafx javafx-application javafx-desktop-apps javafx-gui sql sqlite sqlite3
Last synced: about 1 month ago
JSON representation
Cross-platform SQLite managing application. (JavaFX)
- Host: GitHub
- URL: https://github.com/yehorbk/sqlitemanager
- Owner: yehorbk
- License: mit
- Created: 2019-03-20T14:04:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T07:54:55.000Z (over 3 years ago)
- Last Synced: 2024-10-12T18:41:03.828Z (about 1 month ago)
- Topics: database, desktop, java, javafx, javafx-application, javafx-desktop-apps, javafx-gui, sql, sqlite, sqlite3
- Language: Java
- Homepage:
- Size: 3.24 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLiteManager
Cross-platform SQLite managing application. (JavaFX)It provides a simple implementation of Database Manager, that allows you to work with SQLite Databases.
## Specifications
- Language version: `Java 8 Update 192`
- IDE Project Structure: `Netbeans`
- Code Style: [Java Code Conventions](https://www.oracle.com/technetwork/java/codeconventions-150003.pdf)## How to Run
1. Open *public* folder.
2. Run:
- Java: `java -jar ./SQLiteManager.jar`
- Jar Launcher: **click** on *SQLiteManager.jar*
- Terminal: launch the `run.*` file. For **MacOS** `.command`, for **UNIX** `.sh`, for **Windows** `.bat`
If you have a troubles with running check your Java Version.# Author
**Yehor Bublyk**: [GitHub](https://github.com/yehorbk) • [Twitter](https://twitter.com/yehorbk)