In the earliar post Micronaut application in heroku, we have created a simple micronaut application and deployed to heroku. Now lets add a database to persist data using Postgres SQL, a powerful, open source object-relational database system. If you don’t have the database installed, follow the steps mentioned in official…