https://github.com/theseus-rs/postgresql-binaries
PostgreSQL binaries for Linux, MacOS and Windows
https://github.com/theseus-rs/postgresql-binaries
binaries install installers postgres postgresql rust
Last synced: 6 months ago
JSON representation
PostgreSQL binaries for Linux, MacOS and Windows
- Host: GitHub
- URL: https://github.com/theseus-rs/postgresql-binaries
- Owner: theseus-rs
- License: postgresql
- Created: 2024-01-22T23:03:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:38:59.000Z (12 months ago)
- Last Synced: 2024-10-28T18:44:27.775Z (12 months ago)
- Topics: binaries, install, installers, postgres, postgresql, rust
- Language: Shell
- Homepage:
- Size: 30.3 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# PostgreSQL Binaries
[](https://github.com/theseus-rs/postgresql_binaries/actions?query=workflow%3Aci+branch%3Amain)
[](./LICENSE)
[]()PostgreSQL binaries for Linux, MacOS and Windows; releases aligned with Rust [supported platforms](https://doc.rust-lang.org/nightly/rustc/platform-support.html).
---
## Choosing an installation package
Installation packages use the pattern `postgresql--.`, where`` is the
PostgreSQL version, `` is the target triple for the platform, and `` is the archive file
extension. To find the `` triple for your platform run `rustc -vV` and look for the value of the
`host` field. The target triple can be obtained programmatically in rust using the [target-triple](https://crates.io/crates/target-triple) crate.## Versioning
This project uses a versioning scheme that is compatible with [PostgreSQL versioning](https://www.postgresql.org/support/versioning/).
The version comprises `..`, where `` is the release for
this project's build of a version of PostgreSQL. New releases of this project will be made when new versions
of PostgreSQL are released or new builds of existing versions are required for bug fixes, new targets, etc.## License
PostgreSQL is covered under [The PostgreSQL License](https://opensource.org/licenses/postgresql).