TypeORM Migrations with Postgres. TypeScript Express

added by JavaScript Kicks
1/28/2019 9:19:24 AM

3735 Views

In this article, we go through migrations, which is a significant thing when working with Postgres. We learn what they are and the basics of how to write them. Although the knowledge of SQL is useful here, we also learn how to have them auto-generated for us with the help of TypeORM CLI and how to use the TypeORM migrations API to avoid writing SQL queries.


0 comments