https://github.com/acoshift/pgserial2identity
Tool for convert serial to identity for PostgreSQL
https://github.com/acoshift/pgserial2identity
Last synced: about 1 year ago
JSON representation
Tool for convert serial to identity for PostgreSQL
- Host: GitHub
- URL: https://github.com/acoshift/pgserial2identity
- Owner: acoshift
- License: mit
- Created: 2021-03-12T10:16:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T10:33:36.000Z (over 5 years ago)
- Last Synced: 2025-02-01T02:20:02.487Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pgserial2identity
Tool for convert serial to identity for PostgreSQL
## Installation
```shell
go install github.com/acoshift/pgserial2identity
```
## Usage
```shell
pgserial2identity
```
Example
```shell
pgserial2identity postgres://postgres:password@localhost:5432/db_name?sslmode=disable
```
## License
MIT