atlas.database.ensure_database
Details
Type: function
File: atlas/database.py
Lines: 159–174
Signature: (config: AtlasConfig | None=None) -> sqlite3.Connection
Docstring
Ensure the database exists, schema is initialized, and migrations are applied.
Children
| Name | Type | Line |
|---|---|---|
| atlas.database.ensure_database.conn | attribute | 164 |
| atlas.database.ensure_database.runner | attribute | 171 |