Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acoshift/pgserial2identity
Tool for convert serial to identity for PostgreSQL
https://github.com/acoshift/pgserial2identity
Last synced: about 1 month 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T10:33:36.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T01:53:00.025Z (7 months 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