diesel-derive-enum
diesel-derive-enum copied to clipboard
Use enums with Diesel ORM
I have separated schema.rs into different crates as workspace because it takes time for macro expansion of diesel. If I define an enum in the workspace that references that crate...
Currently the README says this crate is only supported with the Diesel CLI for Postgress. This issue is a feature request to also make it work with sqlite. From reading...
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.1.0 to 2.2.3. Changelog Sourced from diesel's changelog. [2.2.3] 2024-08-23 Fixed Support for libsqlite3-sys 0.30.0 Fixed a possible vulnerability in how Diesel handled protocol level bind parameters....