/typeorm-db-transactions-example

An example of how we can use transactions with TypeORM, PostgreSQL, and Express.

Primary LanguageTypeScript

typeorm-db-transactions-example

An example of how we can use transactions with TypeORM, PostgreSQL, and Express.

Getting Started

Prerequisites

Installing

1. Clone the repository and install the dependencies

git clone https://github.com/jobayer977/typeorm-db-transactions-example

cd typeorm-db-transactions-example

docker-compose up -d

yarn install

yarn start