SeaQL / sea-query

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

Migrate sea-query-derive to syn 2 #707

Closed lillianrubyrose closed 11 months ago

lillianrubyrose commented 12 months ago

PR Info

Closes #706

Changes

Migrates the proc macro to syn 2 which in some codebases may help compile time.

tyt2y3 commented 12 months ago

Oh wow! Thanks so much. And it passes CI in first try? Very cool.

sartak commented 11 months ago

Thank you! <3