44: It Won't Crash... It Might Crash
Episode 44 · December 17th, 2015 · 47 mins 29 secs
About this Episode
Sean has shipped early versions of Diesel, an ORM for Rust! We discuss its semantic versioning, the ergonomics of use versus the complexities of implementation, early issues with the API and the road to Diesel 1.0.
- Diesel
- Semantic Versioning
- SemVer for Library Maintainers by Richard Schneeman
- Rust RFC 1122 - Language SemVer
- Lobsters
- API hole in diesel updates
- Implementing
IS NULL
andIS NOT NULL
for Diesel - Diesel issue for migrations
- Crates.io PR for using Database behavior