pg-create-db
Version:
Database creation tool for PostgreSQL database server
58 lines (27 loc) • 2.54 kB
Markdown
## [1.1.5](https://github.com/EndyKaufman/pg-tools/compare/pg-create-db-v1.1.4...pg-create-db-v1.1.5) (2025-04-23)
### Bug Fixes
* add missing dependencies "natural-orderby" ([731aca2](https://github.com/EndyKaufman/pg-tools/commit/731aca2a5d4c48a1740f80342f6c0660a71ab39d))
* update nx project.json for copy package.json to dist on build ([0dec1ad](https://github.com/EndyKaufman/pg-tools/commit/0dec1ad71da6b533299aee29f2cf2fbb0b257d04))
## [1.1.4](https://github.com/EndyKaufman/pg-tools/compare/pg-create-db-v1.1.3...pg-create-db-v1.1.4) (2025-04-15)
### Bug Fixes
* files sort order ([d73b330](https://github.com/EndyKaufman/pg-tools/commit/d73b330cce2ecb87878aa4e92c17f8d6e2031fc1))
## [1.1.3](https://github.com/EndyKaufman/pg-tools/compare/pg-create-db-v1.1.2...pg-create-db-v1.1.3) (2025-04-07)
### Bug Fixes
* update default options, add missing keys ([fd09dfe](https://github.com/EndyKaufman/pg-tools/commit/fd09dfe4513a8c9215c77fae982bcfdee160b74e))
## [1.1.2](https://github.com/EndyKaufman/pg-tools/compare/pg-create-db-v1.1.1...pg-create-db-v1.1.2) (2025-04-07)
### Bug Fixes
* create handler functions for use commands as npm function from nodejs applications ([6a3b731](https://github.com/EndyKaufman/pg-tools/commit/6a3b731ecbda41fa42bbe1a912088badfc59fc72))
## [1.1.1](https://github.com/EndyKaufman/pg-tools/compare/pg-create-db-v1.1.0...pg-create-db-v1.1.1) (2025-04-01)
### Bug Fixes
* update work with config files, add tests for it ([4f15ef6](https://github.com/EndyKaufman/pg-tools/commit/4f15ef69cf0152b6fbd6c5f8a9d3587de00deb52))
# [1.1.0](https://github.com/EndyKaufman/pg-tools/compare/pg-create-db-v1.0.0...pg-create-db-v1.1.0) (2025-04-01)
### Bug Fixes
* refactor code of pg-migrate ([3dbd26e](https://github.com/EndyKaufman/pg-tools/commit/3dbd26eb100f91662f570af2455c1fe521a44a40))
### Features
* append support load options from config files ([bffc139](https://github.com/EndyKaufman/pg-tools/commit/bffc139412933d6f1c3f0221706bb06c2835ee0f))
# 1.0.0 (2025-04-01)
### Features
* add info command ([9eee48c](https://github.com/EndyKaufman/pg-tools/commit/9eee48c9f2d0be40c4454279a4d19a2f89656eff))
* add new db tools - pg-create-db ([d8bddef](https://github.com/EndyKaufman/pg-tools/commit/d8bddeff53b4fc565642d737d6c88fefd143cd1d))
* add tests ([4a4e420](https://github.com/EndyKaufman/pg-tools/commit/4a4e420a31c30420fe1065ae10159e504b2079fe))
* append migrate command code ([cc99774](https://github.com/EndyKaufman/pg-tools/commit/cc997741a2f60380ef180416a7a672a5a3fa82f9))