How to Ensure Data Integrity and Consistency in a NestJS and PostgreSQL Application During Development?
I’m building an application with NestJS and PostgreSQL. I am using TypeORM for the ORM. It’s still in the development phase. My app will handle tons of data and it is monolithic. Now, I’m concerned about data integrity. How can I make sure my data stays consistent, reliable, and remains the same while I’m developing the application?