haulage
haulage copied to clipboard
Create a rust-based admin tool
There are several aministrative tasks like updating the database schema or adding new users that could benefit from a standalone scriptable admin tool. Right now some of this functionality is implemented with python scripts, but it would be good for all functionality that touches the database to use the same underlying SQLX definitions.