https://github.com/endykaufman/pg-tools
Tools for PostgreSQL database
https://github.com/endykaufman/pg-tools
database flyway flyway-migrations nodejs postgres typescript
Last synced: about 1 year ago
JSON representation
Tools for PostgreSQL database
- Host: GitHub
- URL: https://github.com/endykaufman/pg-tools
- Owner: EndyKaufman
- License: mit
- Created: 2025-01-07T04:45:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-01T04:04:50.000Z (over 1 year ago)
- Last Synced: 2025-04-01T04:05:18.159Z (over 1 year ago)
- Topics: database, flyway, flyway-migrations, nodejs, postgres, typescript
- Language: TypeScript
- Homepage:
- Size: 778 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pg-tools
A repository containing various console utilities that I develop for personal use and for use with PostgreSQL.
## Utilities
| Link | Version | Description |
| ---- | -------- | ----------- |
| [pg-flyway](https://github.com/EndyKaufman/pg-tools/tree/master/libs/pg-flyway) | [](https://badge.fury.io/js/pg-flyway) | Migration tool for `PostgreSQL` database, `NodeJS` version of `Java` migration tool - `flyway` (not wrapper for [flywaydb cli](https://flywaydb.org/documentation/commandline/)). |
| [pg-create-db](https://github.com/EndyKaufman/pg-tools/tree/master/libs/pg-create-db) | [](https://badge.fury.io/js/pg-create-db) | Database creation tool for PostgreSQL database server. |
## License
MIT