co-orm 0.3.13

Implement Create, Read, Update, and Delete (CRUD) methods for sqlx.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Changelog

## 0.3.12
* 1. fix: features sqllite compilation error, remove default features.
* 2. postgres: sqlx `PgArguments` not support `Clone` trait, so need use `page_args!()` for `query_page_by`.

## 0.3.13 
* 1. feat: add `Where` struct for build sql where clause.
* 2. feat: generate `get_where`, `query_where`, `update_where`, `delete_where`, `query_page_where` method.
* 3. feat: remove `#[co_orm(by)]` attribute.
* 4. feat: remove `#[co_orm(seq)]` attribute, use `#[co_orm(skip_insert)]` instead.