[Part 2] Database with SeaORM
In this part, let us go through and setup the database with the necessary dependencies added to our project and create database, table & migration. Let's add the below shown dependencies in cargo.toml for adding SeaORM and dotenv.
[package]
name = "t...
omprakashsridharan.hashnode.dev3 min read