package db var ( postgreSQLSchemata []*schemaInformation ) type schemaInformation struct { Version string Asset string }