0.3.17-patch.7 • Published 7 months ago

@craft.co/typeorm-scoped v0.3.17-patch.7

Weekly downloads
19
License
MIT
Repository
github
Last release
7 months ago

TypeORM

This is a forked version of TypeORM v0.3.17, with patches for:

  • Multi-statement SQL queries (only last result is returned)
  • Resource scoping

Development

git remote add upstream https://github.com/typeorm/typeorm.git
git fetch upstream
  • Delete local master
  • Branch off upstream/master
  • Move patches over to a new version
  • Push to a fork
  • Create a PR