https://github.com/dyefremov/h2dbadmin
Small GUI for working with H2 database based on JavaFX library.
https://github.com/dyefremov/h2dbadmin
gui h2-database javafx-library
Last synced: 3 months ago
JSON representation
Small GUI for working with H2 database based on JavaFX library.
- Host: GitHub
- URL: https://github.com/dyefremov/h2dbadmin
- Owner: DYefremov
- License: mit
- Created: 2016-05-30T07:00:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T19:08:19.000Z (over 8 years ago)
- Last Synced: 2025-03-14T06:12:47.143Z (over 1 year ago)
- Topics: gui, h2-database, javafx-library
- Language: Java
- Homepage:
- Size: 773 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# H2dbAdmin
Small GUI for working with H2 database based on JavaFX library.
Features:
1. Adding / removing databases.
2. Adding / deleting / editing tables, columns, rows.
3. Support for almost all types of data. Direct downloading CLOB/BLOB from/to cells of tables.
4. Simple text search.
5. Simple SQL console.
6. Basic functionality for working with views and triggers.
7. Basic functionality for working with users.
8. Basic functionality for database recovery.
For correct operation requires the latest version of Java 8.