create a fresh database

is there a way to create a fresh database using liquibase?
so far from what I have read I haven’t found any.

No, we expect the database to already be created.  Part of the problem is a bootstrapping issue (how can we check what changes have been applied if there is no database to check) and part of it is that creation of databases tend to vary greatly from one database to the next and admins generally like full control over how they are created.

Nathan