/ rust-language

UTC Timestamps with Diesel ⛽️

Figuring out how to do seemingly normal things in new computer languages may be one of the ever-lasting trials of computer science 💻🔬🏁 I've been learning Rust for a couple months and in awe of Diesel for database management. Statically-typed database managers have never been my cup of tea. For me, this is a new paradigm. Rust, show me the way 🙏

So, when I decide to add UTC timestamp columns to my first Diesel database implementation, it ended-up quite the puzzle. Here's a solution, in Github repo format:

▶️ UTC Timestamps in Postgres with Diesel