Blueprints now have a new section to their config files, DATABASE_BIND
[DATABASE_BIND]
ENABLED = true
DIALECT = "sqlite"
DATABASE_NAME = "www"
LOCATION = ""
PORT = ""
USERNAME = ""
PASSWORD = ""
This allows each blueprint to be shipped or stored with a connection to its own database.
Changes to the way blueprints are registered in this change. The blueprints no longer try and find the imp instance, partials are created instead, then ran later to inject the imp instance.