libpq 6.0.1

Safe binding for libpq
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# libpq.rs

[![Github actions](https://github.com/sanpii/libpq.rs/workflows/.github/workflows/ci.yml/badge.svg)](https://github.com/sanpii/libpq.rs/actions?query=workflow%3A.github%2Fworkflows%2Fci.yml)
[![Gitlab CI](https://gitlab.com/sanpi/libpq.rs/badges/main/pipeline.svg)](https://gitlab.com/sanpi/libpq.rs/commits/main)

Rust safe binding for [libpq](https://www.postgresql.org/docs/current/libpq.html).

## Usage

Add it to your dependencies:

```
cargo add libpq
```