jobayer977 / typeorm-db-transactions-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 100.0%