Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Native PostgreSQL driver for the Rust programming language

License

NotificationsYou must be signed in to change notification settings

maxammann/rust-postgres

 
 

Repository files navigation

PostgreSQL support for Rust.

postgresLatest Version

Documentation

A native, synchronous PostgreSQL client.

tokio-postgresLatest Version

Documentation

A native, asynchronous PostgreSQL client.

postgres-typesLatest Version

Documentation

Conversions between Rust and Postgres types.

postgres-native-tlsLatest Version

Documentation

TLS support for postgres and tokio-postgres via native-tls.

postgres-opensslLatest Version

Documentation

TLS support for postgres and tokio-postgres via openssl.

Running test suite

The test suite requires postgres to be running in the correct configuration. The easiest way to do this is with docker:

  1. Installdocker anddocker-compose.
    1. On ubuntu:sudo apt install docker.io docker-compose.
  2. Make sure your user has permissions for docker.
    1. On ubuntu:sudo usermod -aG docker $USER
  3. Change to top-level directory ofrust-postgres repo.
  4. Rundocker-compose up -d.
  5. Runcargo test.
  6. Rundocker-compose stop.

About

Native PostgreSQL driver for the Rust programming language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust99.4%
  • Shell0.6%

[8]ページ先頭

©2009-2025 Movatter.jp