# pgsql-hal-rs **Repository Path**: mirrors_hjr3/pgsql-hal-rs ## Basic Information - **Project Name**: pgsql-hal-rs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rust Postgres to Hal helper A helper to convert Postgres results into `hal::Resource` objects. [![Build Status](https://travis-ci.org/hjr3/pgsql-hal-rs.svg)](https://travis-ci.org/hjr3/pgsql-hal-rs) ## Use Add this library to `Cargo.toml`: ```toml [dependencies.pgsql-hal] git = "https://github.com/hjr3/pgsql-hal-rs.git" ``` ## Build Instructions The tests require a postgres database server. The postgres database server credentials can be customized using the following environment variable: * DBHOST * DBPORT * DBUSER * DBPASS * DBNAME ``` $ git clone https://github.com/hjr3/pgsql-hal-rs $ cd pgsql-hal-rs $ cargo test ```