# 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 ```