module Laspatule::Repositories::DB
Defined in:
laspatule/repositories/db/config.crlaspatule/repositories/db/db.cr
Constant Summary
-
MIGRATIONS =
[Migrations::V001]
Class Method Summary
- .migrate(db : ::DB::Database)
-
.open(config : Config) : ::DB::Database
Creates a new DB object for the given config.
Class Method Detail
Creates a new DB object for the given config.