An open API service indexing awesome lists of open source software.

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.

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.