SeaQL / sea-orm

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

support longblob in mysql #631

Closed hunjixin closed 2 years ago

hunjixin commented 2 years ago

Summary

support longblob in mysql

Motivation

blob is small, need long blob to store vec

Additional Information

billy1624 commented 2 years ago

Hey @hunjixin, sorry for the delay. Yes, we definitely can bring this to SeaORM

Please check this PR I just created: