Module pg_embed::fetch [−][src]
Expand description
Fetch postgresql binaries
Download and unpack postgresql binaries
Structs
| FetchSettings | Settings that determine the postgres binary to be fetched |
| PostgresVersion | Postgresql version struct (simple version wrapper) |
Enums
| Architecture | The cpu architectures enum |
| OperationSystem | The operation systems enum |
Constants
| PG_V9 | Postgres version 9 |
| PG_V10 | Postgres version 10 |
| PG_V11 | Postgres version 11 |
| PG_V12 | Postgres version 12 |
| PG_V13 | Postgres version 13 |
Functions
| fetch_postgres | Fetch a postgres binary |
| unpack_postgres | Unpack the postgresql executables |