Diesel automatic derivation of `FromSql` and `ToSql` for enums with `SqlType` generated by `diesel` and taking `ToString` and `FromStr` as base. Postgres binding only
PostgreSQL enum type primitives for RustUse
Derive diesel boilerplate for using enums in databases
Safe SQL for Rust — if it compiles, the SQL is correct
Bump allocator with thread-local recycling for bsql drivers
Runtime support for bsql — compile-time safe SQL for Rust
PostgreSQL wire protocol driver for bsql — binary protocol, arena allocation, zero-copy
SQLite driver for bsql — direct FFI, arena allocation, dedicated-thread pool
Proc macros for bsql — compile-time safe SQL for Rust
Run a Postgresql database locally on Linux, MacOS or Windows as part of another Rust application or test.
Compile-time-checked PostgreSQL queries with a pure-Rust wire protocol driver.
Macro for compacting Postgres' SQL queries written in Rust syntax
Simple usage of postgreSQL for Rails
Now your `Sequel::Model` classes has method for getting `pg_enum` values from DataBase by field name.