2. Database Setup and Migration Next, we’re going to create and set up our database to store the comments for persistence. We’ll be using SQLite, though you can use any database client of your choice. Create adatabase.sqlitefile inside the database folder and update your.envfile as ...