I've created an in memory hsqldb and am using the default database/schema. Now I want to drop and recreate the database programatically.
How do I do that?
DROP SCHEMA PUBLIC CASCADE
This will purge the public schema. If you create other schemas, use the same command with the schema name instead of PUBLIC.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With