Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Using The Diesel Database Crate In Rust

- 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.