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

https://github.com/kralamoure/retropg

A PostgreSQL database implementation of the retro.Storer interface (https://github.com/kralamoure/retro).
https://github.com/kralamoure/retropg

dofus go golang postgres postgresql

Last synced: 3 months ago
JSON representation

A PostgreSQL database implementation of the retro.Storer interface (https://github.com/kralamoure/retro).

Awesome Lists containing this project

README

          

# retropg

`retropg` is a PostgreSQL database implementation of the [retro.Storer](https://github.com/kralamoure/retro) interface.

## Requirements

- [Git](https://git-scm.com/)
- [Go](https://golang.org/)

## Installation

```sh
go get -d -u -v https://github.com/kralamoure/retropg
```