Metadata-Version: 2.1
Name: alphadb
Version: 0.1.0a0
Summary: SQL Database versioning toolset
Home-page: https://github.com/w-kuipers/alphadb
Author: Wibo Kuipers
Author-email: wibokuip@gmail.com
Project-URL: Bug Tracker, https://github.com/w-kuipers/alphadb/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# AlphaDB

Database versioning toolset.

## Exceptions

#### NoConnection

The `NoConnection` exception is thrown when no mysql connection class is specified.

#### DBNotInitialized

The `DBNotInitialized` exception is thrown when the database is not yet initialized.
Database.init() ## Will initialize the database and thus resolve the error

#### DBTemplateNoMatch

The `DBTemplateNoMatch` exception is thrown when de database was previously updated using another version source.
On initialization, a table `FMM_ID` is created. In this table the column `template` is used to save the version source template name. Make sure it matches.
