SeaQL / sea-query

🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite
https://www.sea-ql.org
Other
1.12k stars 182 forks source link

Added the ability to rename the table for structs while using enum_def #767

Closed louiseyousre closed 4 months ago

louiseyousre commented 4 months ago

New Features

tyt2y3 commented 4 months ago

Very interesting, this is a duplicate of https://github.com/SeaQL/sea-query/pull/759 I'll merge that one, sorry

tyt2y3 commented 4 months ago

Actually, there is one task. I would like to deprecate sea-query-attr and move the macro into sea-query-derive. However, we'll have to migrate to syn2. Would you have the time to do that?