| Overload | Description | 
|---|---|
| Setup(String) | Create the database if it does not exist. Create tables that do not exist. Create columns that do not exist. | 
| Setup(Assembly,String) | Create the database if it does not exist. Create tables that do not exist. Create columns that do not exist. | 
| Setup(List<Table>) | Setup the current database with the passed in tables |