Create a pooled database named "default" with the given driver and url.
Create a pooled database named "default" with the given driver and url.
the database driver class
the database url
a configured database
Create a pooled database named "default" with the given configuration.
Create a pooled database named "default" with the given configuration.
the database driver class
the database url
a map of extra database configuration
a configured database
Create a pooled database with the given configuration.
Create a pooled database with the given configuration.
the database name
the database driver class
the database url
a map of extra database configuration
a configured database
Create an in-memory H2 database.
Create an in-memory H2 database.
the database name (defaults to "default")
a map of extra url options
a map of extra database configuration
a configured in-memory h2 database
Creation helpers for manually instantiating databases.