# squtils
A collection of utilities for SeaQL/sea-query.
## Features
* [x] `#[auto-iden]` Automatically generates a Iden enumeration for a struct type. https://github.com/eexsty/squtils/blob/34ce699d78ba354e028270e0a492e6ea549fb107/example/src/main.rs#L5-L21
## Installation
**Add the following to your `[dependencies]` section in the Cargo.toml file:**
```toml
squtils = "^0"
```