param_builder 0.1.0

A param list builder for tokio postgres
Documentation

Param builder

This is a crate to build param lists. The idea is that you can implement AsParams for structs that represent parts of a param list for postgres sql queries.