The Wayback Machine - https://web.archive.org/web/20221110230642/https://github.com/MaterializeInc/rust-postgres
Skip to content

MaterializeInc/rust-postgres

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 46 commits ahead, 55 commits behind sfackler:master.
Contribute

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Materialize fork of Rust-Postgres

This repo serves as a staging area for Materialize patches to the rust-postgres client before they are accepted upstream.

There are no releases from this fork. The MaterializeInc/materialize repository simply pins a recent commit from the master branch. Other projects are welcome to do the same. The master branch is never force pushed. Upstream changes are periodically into master via git merge.

Adding a new patch

Develop your patch against the master branch of the upstream rust-postgres project. Open a PR with your changes. If your PR is not merged quickly, open the same PR against this repository and request a review from a Materialize engineer.

The long-term goal is to get every patch merged upstream.

Integrating upstream changes

git clone https://github.com/MaterializeInc/rust-postgres.git
git remote add upstream https://github.com/sfackler/rust-postgres.git
git checkout master
git pull
git checkout -b integrate-upstream
git fetch upstream
git merge upstream/master
# Resolve any conflicts, then open a PR against this repository with the merge commit.

About

Native PostgreSQL driver for the Rust programming language

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.3%
  • Shell 0.7%