Using The Diesel Database Crate In Rust
Notes
- Diesel only works with tables that have a primary key. If you create a table without one you'll get warnings about it. I rolled back the migration and added a primary key to fix the issue I had with it.
-- end of line --