sqlc-gen-sqlx 0.1.1

A sqlc plugin that generates type-safe sqlx Rust code from SQL queries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Changelog

## [0.1.1]https://github.com/mathematic-inc/sqlc-gen-sqlx/compare/v0.1.0...v0.1.1 (2026-04-13)


### Features

* Support PoolConnection via AsExecutor trait ([#4]https://github.com/mathematic-inc/sqlc-gen-sqlx/issues/4) ([0db4bde]https://github.com/mathematic-inc/sqlc-gen-sqlx/commit/0db4bde43c0b4812717a1fd1239dc7c1cd37ad83)

## 0.1.0 (2026-04-13)


### Features

* Initial commit ([e8693f3]https://github.com/mathematic-inc/sqlc-gen-sqlx/commit/e8693f3a6e100726a1c24422bca6c99fdc16ad07)