SchemaCrawler - Test Database
Description
A small footprint, light-weight database server, with some test data for running the SchemaCrawler examples.
How to Run the Database Server
- Make sure that java is on your PATH
- Start a command shell in the
_testdb
directory - Start the test database server by running the startdbserver script
How to Stop the Database Server
- Press Crtl-C in the database server command shell, or kill the process
How to Restore the Test Database
If you have dropped any tables or altered any data, you can restore the test database.
- First stop the database server, following the instructions above
- Delete all of the
hsqldb.schemacrawler.*
files in the_testdb
directory - Restart the database server, following the instructions above