co-orm 0.3.11

Implement Create, Read, Update, and Delete (CRUD) methods for sqlx.
Documentation
1
2
3
4
5
# Changelog

## 0.3.11 - 2024-08-3
* [[#1]]: fix: features sqllite compilation error, remove default features.
* postgres: sqlx `PgArguments` not support `Clone` trait, fix `query_page_by`.