Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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