Show HN: sqlc-gen-sqlx, a sqlc plugin for generating sqlx Rust code
Category: devtools
Tags: sql, code-generation, rust, database, type-safety
Score: 7.0/10 (Innovation: 5, Technical: 7, Documentation: 9, Utility: 7)
A sqlc plugin that generates type-safe sqlx Rust code from SQL queries, bridging two popular database ecosystems. It's interesting because it provides compile-time query validation and type safety while leveraging sqlx's async capabilities and transaction support.
Target audience: backend devs
Repository: https://github.com/mathematic-inc/sqlc-gen-sqlx ยท Rust
View on Hacker News