coner-tech / coner-core

DEPRECATED A REST API for autocross event operations
GNU Affero General Public License v3.0
7 stars 3 forks source link

Allow inspection of in-memory HSQLDB database #168

Closed carltonwhitehead closed 7 years ago

carltonwhitehead commented 7 years ago

There are several open bugs at the time of writing that would benefit from increased visibility into the database. #157 #166 #167

This feature should be disabled by default. Perhaps gate access only when certain command-line switches were present at launch, or via a config variable. Do not allow unauthorized users to gain control of the database.

See org.hsqldb.util.DatabaseManagerSwing