Wulf / dsync

Generate rust structs & query functions from diesel schema files
Other
70 stars 13 forks source link

feat(code): add derive "QueryableByName" to read-structs #108

Closed hasezoey closed 11 months ago

hasezoey commented 11 months ago

basically the title, it is feature-gated, but enabled by default also added a test for --no-default-features

fixes #97