sqlx-crud 0.3.0

Derive macro for SQLx to implement Create, Read, Update, and Delete (CRUD) methods for you 🪄 📖 📝 ❌
1
2
3
4
5
6
7
8
9
10
11
12
# Roadmap and Major Milestones

- [x] Use absolute namespaces in the proc_macro
- [x] Add documentation
- [x] Add working doctest examples
- [x] Add readme, license and other support files
- [x] Package and release to crates.io
- [x] Allow database assigned primary keys
- [x] Crud::create() should return the assigned ID
- [x] Remove doctest feature flag workaround
- [ ] Add a field attribute to ignore fields
- [ ] Remove SQLx feature flag duplication