0.0.3 • Published 2 months ago

@rosen-bridge/extended-typeorm v0.0.3

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 months ago

@rosen-bridge/extended-typeorm

Table of contents

Introduction

By default, typeorm doesn't handle parallel transactions. If you run two transactions simultaneously and your database doesn't support it (e.g. if you use sqlite), you will get errors.

Installation

npm:

npm i @rosen-bridge/extended-typeorm

yarn:

yarn add @rosen-bridge/extended-typeorm

Usage

import { DataSource } from '@rosen-bridge/extended-typeorm';

const dataSource = DataSource({
  ...
})

Now all database transaction execute correctly without throwing an error, no matter if you call them simultaneously or not.

0.0.3

2 months ago

0.0.2

4 months ago

0.0.1

1 year ago

0.0.1-beta

1 year ago