specatalog_init

specatalog.helpers.create_database.specatalog_init()[source]

Initialize the Specatalog system.

Checks if archive and database already exist, and if not, creates them by: 1. Setting up the directory structure 2. Applying database migrations

Notes

  • Prompts user to confirm if existing setup should be used

  • Only creates new setup if user answers ā€˜n’

  • Prints status messages during initialization

Return type:

None