squtils 0.1.0

A collection of utilities for SeaQL/sea-query.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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"
```