rdbi-codegen 0.3.6

Generate Rust structs and rdbi DAO functions from MySQL schema DDL
Documentation
# Changelog

## [0.3.6]https://github.com/a4501150/rdbi/compare/rdbi-codegen-v0.3.5...rdbi-codegen-v0.3.6 (2026-03-05)


### Bug Fixes

* add #![allow(dead_code)] to generated parent mod.rs ([9287af9]https://github.com/a4501150/rdbi/commit/9287af9a2c4814e9d01386aebb5a6b744bfe77ab)

## [0.3.5]https://github.com/a4501150/rdbi/compare/rdbi-codegen-v0.3.4...rdbi-codegen-v0.3.5 (2026-02-27)


### Bug Fixes

* generate parent mod.rs when both output dirs share a common parent ([4baa86e]https://github.com/a4501150/rdbi/commit/4baa86e2ac52b4c983ba64410faf746cdad079d8)

## [0.3.4]https://github.com/a4501150/rdbi/compare/rdbi-codegen-v0.3.3...rdbi-codegen-v0.3.4 (2026-02-26)


### Bug Fixes

* remove formatting from codegen, let project pre-commit hooks handle it ([4ad41ee]https://github.com/a4501150/rdbi/commit/4ad41ee510487bfcd55b105489d7eebfb04855b5)

## [0.3.3]https://github.com/a4501150/rdbi/compare/rdbi-codegen-v0.3.2...rdbi-codegen-v0.3.3 (2026-02-26)


### Bug Fixes

* use prettyplease for in-process formatting instead of shelling out to rustfmt ([7af8527]https://github.com/a4501150/rdbi/commit/7af8527a479a44f6a79d666034806f9a01d2891a)

## [0.3.2]https://github.com/a4501150/rdbi/compare/rdbi-codegen-v0.3.1...rdbi-codegen-v0.3.2 (2026-02-25)


### Bug Fixes

* run rustfmt on generated files ([b5b3acb]https://github.com/a4501150/rdbi/commit/b5b3acbadf00932b03443150cc120a53c4cd5434)

## [0.3.1]https://github.com/a4501150/rdbi/compare/rdbi-codegen-v0.3.0...rdbi-codegen-v0.3.1 (2026-02-07)


### Bug Fixes

* resolve clippy warnings in generated DAO code ([f1127cc]https://github.com/a4501150/rdbi/commit/f1127cce5b3252f95cd8f24dd5e3330579ea18bb)

## [0.3.0]https://github.com/a4501150/rdbi/compare/rdbi-codegen-v0.2.0...rdbi-codegen-v0.3.0 (2026-02-07)


### Features

* auto-derive models_module and dao_module from output directory paths ([efd3178]https://github.com/a4501150/rdbi/commit/efd3178c802caea6e3c4c1fa8e5a7c68d3c4daaa)

## [0.2.0]https://github.com/a4501150/rdbi/compare/rdbi-codegen-v0.1.1...rdbi-codegen-v0.2.0 (2026-02-07)


### Features

* add MySqlPool Clone and builder, update docs for codegen output and crates.io ([b1f452e]https://github.com/a4501150/rdbi/commit/b1f452e4cdcd38632a1571ac2a9eee70fb555ccd)

## [0.1.1]https://github.com/a4501150/rdbi/compare/rdbi-codegen-v0.1.0...rdbi-codegen-v0.1.1 (2026-02-07)


### Bug Fixes

* include LICENSE in each crate for crates.io ([f83af9c]https://github.com/a4501150/rdbi/commit/f83af9c8a41835546098569fc1b7c3e918eb8e92)

## 0.1.0 (2026-02-07)


### Features

* initial release of rdbi workspace ([439a27e]https://github.com/a4501150/rdbi/commit/439a27e61ec3029d070282a11cc3210347f2f404)

## 0.1.0 (2026-02-07)


### Features

* initial release of rdbi workspace ([abfff28]https://github.com/a4501150/rdbi/commit/abfff281c1ecf2d1ea142ca38900c741b50dde7d)