https://github.com/pauldzy/dzsqlbuild
Docker application to build SQL deployment scripts with documentation
https://github.com/pauldzy/dzsqlbuild
Last synced: 8 months ago
JSON representation
Docker application to build SQL deployment scripts with documentation
- Host: GitHub
- URL: https://github.com/pauldzy/dzsqlbuild
- Owner: pauldzy
- License: cc0-1.0
- Created: 2018-12-27T18:17:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T20:44:26.000Z (over 1 year ago)
- Last Synced: 2024-10-26T22:38:37.747Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dzSQLBuild
Docker application to build SQL deployment scripts with documentation.
## Usage
```
./windows.ps1 C:\Users\PDziemiela\Documents\GitHub\DZ_WKT
```
or
```
./linux.sh /home/pdziemie/github/DZ_WKT
```
The need for different batch scripts on Windows verses Linux is about passing in the uid so that your output files have your ownership (not root). The windows version just avoids the logic.