Hi Community,
I would like share the tool for SQL binding from Rust - https://github.com/thepartly/automodel. We developed it and piloted adoption in my team last 3-4 months.
It is not another sqlx or seaorm. It is completely different approach, sometimes referred to as reverse ORM, but we optimized it for greater DX in general and also covered for the needs of AI assisted workflows.
I found it is especially valuable in the world where a lot of code is produced by AI and engineers need more robust toolkit to reduce reliance on AI generated code, to assist AI doing the right things, make code reviews more efficient. Please have a look, and let me know what you think and what you find useful or wasteful. Thanks a lot.
Hi Community, I would like share the tool for SQL binding from Rust - https://github.com/thepartly/automodel. We developed it and piloted adoption in my team last 3-4 months.
It is not another sqlx or seaorm. It is completely different approach, sometimes referred to as reverse ORM, but we optimized it for greater DX in general and also covered for the needs of AI assisted workflows. I found it is especially valuable in the world where a lot of code is produced by AI and engineers need more robust toolkit to reduce reliance on AI generated code, to assist AI doing the right things, make code reviews more efficient. Please have a look, and let me know what you think and what you find useful or wasteful. Thanks a lot.