SeaQL / sea-orm

🐚 An async & dynamic ORM for Rust
https://www.sea-ql.org/SeaORM/
Apache License 2.0
7.37k stars 517 forks source link

Add pk_uuid schema helper #2329

Closed aaroningalls closed 1 month ago

aaroningalls commented 3 months ago

New Features

// Current implementation
table_auto().col(uuid(Column::Id).primary_key())

// With pk_uuid helper
table_auto().col(pk_uuid(Column::Id))
AngelOnFira commented 2 months ago

Would like to see this merged :)

github-actions[bot] commented 1 month ago

:tada: Released In 1.1.0-rc.2 :tada:

Thank you everyone for the contribution! This feature is now available in the latest release. Now is a good time to upgrade! Your participation is what makes us unique; your adoption is what drives us forward. You can support SeaQL 🌊 by starring our repos, sharing our libraries and becoming a sponsor ⭐.

github-actions[bot] commented 1 month ago

:tada: Released In 1.1.0 :tada:

Thank you everyone for the contribution! This feature is now available in the latest release. Now is a good time to upgrade! Your participation is what makes us unique; your adoption is what drives us forward. You can support SeaQL 🌊 by starring our repos, sharing our libraries and becoming a sponsor ⭐.