pqb 0.0.1

A PostgreSQL Query Builder
Documentation
  • Coverage
  • 100%
    19 out of 19 items documented1 out of 10 items with examples
  • Size
  • Source code size: 9.39 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.88 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tisonkun
                   __
    ____   ____ _ / /_
   / __ \ / __ `// __ \
  / /_/ // /_/ // /_/ /
 / .___/ \__, //_.___/
/_/        /_/

Crates.io Documentation MSRV 1.85 Apache 2.0 licensed Build Status

pqb is a PostgreSQL query builder.

Installation

cargo add pqb

Minimum Rust version policy

This crate is built against the latest stable release, and its minimum supported rustc version is 1.85.0.

The policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if version 1.0 requires Rust 1.60.0, then version 1.0.z for all values of z will also require Rust 1.60.0 or newer. However, version 1.y for y > 0 may require a newer minimum version of Rust.

License

This project is licensed under Apache License, Version 2.0.