gorm

  • Published on
    While memory stores make it easy to start off building your services, it is very toilsome to re-seed your data on each load. We can overcome that by using a database to persist your data. In this is article let us persist our data using a popular relational database - Postgres - and the popular GORM (ORM) frameworks.