Planet of the Crabs
🦀 fearless rust


Access MySQL from Rust Part I

Posted on by Bibhas Bhattacharya : mobiarch

In this series of posts I will explore how to access MySQL from Rust. We will start simple and in later parts finish with developing a web service API. The Schema In this article I will use a PRODUCT table with the following schema. Feel free to create it and try out the code here. […]