https://github.com/zgldh/docker-typeorm-cli
TypeORM CLI environment image
https://github.com/zgldh/docker-typeorm-cli
Last synced: 2 months ago
JSON representation
TypeORM CLI environment image
- Host: GitHub
- URL: https://github.com/zgldh/docker-typeorm-cli
- Owner: zgldh
- License: mit
- Created: 2022-07-07T09:41:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T11:49:36.000Z (almost 4 years ago)
- Last Synced: 2025-07-27T01:41:04.598Z (11 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-typeorm-cli
TypeORM CLI environment image with
- `env-cmd`
- `ts-node`
- `reflect-metadata`
- `mysql`
- `pg`
- `sqlite3`
- `mssql`
- `sql.js`
- `oracledb`
- `mongodb@^3.6.0`
- `@sap/hana-client` `hdb-pool`
- `@google-cloud/spanner`
## Usage
```
docker run -it --rm -v `pwd`:/app/package zgldh/docker-typeorm-cli:latest sh
ts-node /app/node_modules/.bin/typeorm migration:show
```