1.6.1 • Published 28 days ago

@universal-packages/core-typeorm v1.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
28 days ago

Core Typeorm

npm version Testing codecov

Typeorm universal-core module abstraction.

Install

npm install @universal-packages/core-typeorm

Initialization

ucore exec typeorm-task init

Global

Core expose DataSource as the global subject if core modulesAsGlobals config is true.

typeormSubject.manager.find()
core.coreModules.typeormModule.subject.manager.find()

Typeorm cli

To execute any of the Typeorm cli commands you can do it through the typeorm-task.

Instead of

npm run typeorm <command> <options>

Do

ucore exec typeorm-task <command> <options>

All commands will behave the same, except that the data source always will be set from the TypeormModule that gets the configuration through universal-core config system.

Additional cli

Init

The init will only populate your current project with the typeorm template.

ucore exec typeorm-task init

Crate DB

Creates the configured db using the right adapter. In non production environments it creates the analogous test dbs named your-development-db-name-<test>-<cpu-#>

ucore exec typeorm-task db:create

Drop DB

Drops the configured db using the right adapter. In non production environments it drops the analogous test dbs named your-development-db-name-<test>-<cpu-#>

ucore exec typeorm-task db:drop

Typescript

In order for typescript to see the global types you need to reference the types somewhere in your project, normally ./src/globals.d.ts.

/// <reference types="@universal-packages/core-typeorm" />

This library is developed in TypeScript and shipped fully typed.

Contributing

The development of this library happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving this library.

License

MIT licensed.

1.6.1

28 days ago

1.6.0

28 days ago

1.5.20

28 days ago

1.5.19

29 days ago

1.5.18

30 days ago

1.5.16

1 month ago

1.5.15

1 month ago

1.5.17

1 month ago

1.5.12

1 month ago

1.5.11

1 month ago

1.5.14

1 month ago

1.5.13

1 month ago

1.5.9

1 month ago

1.5.10

1 month ago

1.5.8

1 month ago

1.5.7

1 month ago

1.5.6

1 month ago

1.5.5

1 month ago

1.5.4

1 month ago

1.5.3

1 month ago

1.5.2

1 month ago

1.5.1

1 month ago

1.5.0

1 month ago

1.4.37

2 months ago

1.4.36

2 months ago

1.4.39

2 months ago

1.4.38

2 months ago

1.4.40

2 months ago

1.4.41

2 months ago

1.4.35

2 months ago

1.4.33

2 months ago

1.4.34

2 months ago

1.4.31

3 months ago

1.4.32

3 months ago

1.4.26

3 months ago

1.4.28

3 months ago

1.4.27

3 months ago

1.4.29

3 months ago

1.4.30

3 months ago

1.4.25

3 months ago

1.4.22

3 months ago

1.4.24

3 months ago

1.4.23

3 months ago

1.4.20

4 months ago

1.4.21

4 months ago

1.4.19

5 months ago

1.4.6

7 months ago

1.4.5

7 months ago

1.4.4

7 months ago

1.4.3

7 months ago

1.4.2

7 months ago

1.4.1

8 months ago

1.4.0

8 months ago

1.3.10

8 months ago

1.3.11

8 months ago

1.4.9

7 months ago

1.4.11

7 months ago

1.4.8

7 months ago

1.3.9

8 months ago

1.4.10

7 months ago

1.4.7

7 months ago

1.4.13

6 months ago

1.4.12

7 months ago

1.4.15

6 months ago

1.4.14

6 months ago

1.4.17

6 months ago

1.4.16

6 months ago

1.4.18

6 months ago

1.3.7

1 year ago

1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.8

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago