Simple Enum derive for [Postgres only] Varchar fields
Derive diesel boilerplate for using enums in databases
Various helper types and macros for `diesel`
Additional derives to use with diesel to remove some boilerplate code
Attribute macro to allow diesel to use number based enums in postgres
Provides derive macro for FromSql and ToSql traits for postgres enums
Diesel automatic derivation of `FromSql` and `ToSql` for enums with `SqlType` generated by `diesel` and taking `ToString` and `FromStr` as base. Postgres binding only
Derive diesel traits for PostgreSQL composite types
Provides macro for using/serializing enums from postgres enums
Interop between your enums and your database with diesel, with customizable case conversion for string enums
Interop between your enums and your database with diesel
This proc macro attribute will allow you to store the enum as integer.