January 2019
Intermediate to advanced
520 pages
14h 32m
English
Persistent microservices have to store and load data. If you want to keep this data organized and reliable, you should use a database. Rust has third-party crates that support popular databases, and in this chapter, you'll learn about how to use different databases with Rust, including the following:
We will create utilities that will allow you to insert or remove data to and from the database, and to query the data held in the database.
Read now
Unlock full access