Loader implements db.Loader for PostgreSQL.
| 27 | |
| 28 | // Loader implements db.Loader for PostgreSQL. |
| 29 | type Loader struct{} |
| 30 | |
| 31 | // NewLoader returns a new Postgres schema loader. |
| 32 | func NewLoader() *Loader { return &Loader{} } |
nothing calls this directly
no outgoing calls
no test coverage detected