Visual JDO Database Explorer
Exploring the Database Visually
The database explorer is a sophisticated visual tool that enables
browsing, querying, editing and constructing Java objects in a database,
visually, without writing a single line of code.
Many compact databases do not have a visual browsing tool at all, or have
a very limited one.
We believe that database programming without the possibility to explore, query
and edit the database content visually, is like developing software without a
debugger.
JDO Database Explorer - Supported Operations
You can use ObjectDB JDO Database Explorer to:
-
Create a new database or open an existing database.
-
Browse the database content and view persistent Java objects.
-
Edit the database content - modify, delete and create persistent Java objects.
-
View the database scheme (persistence capable Java classes in the database).
-
Update the database scheme (load new or modified Java classes).
-
Execute JDOQL (JDO Query Language) queries and browse the result Java objects,
using advanced query assistant tools, such as auto completion and auto query
code generation.
-
Delete unreachable Java objects from the database using the Garbage Collector.
In the Server Database Edition you can also:
-
Administrate remote database servers.
-
Manage user accounts and permissions.
-
Upload databases to remote servers and download databases from remote servers.
|