Expand description
Database schema management. This module provides functions to initialize and manage the database schema.
Functionsยง
- init
- Initializes the database schema by executing the initial schema script. This function reads the schema from a file and executes it against the provided database connection.