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).
- Host: GitHub
- URL: https://github.com/kralamoure/retropg
- Owner: kralamoure
- License: mpl-2.0
- Created: 2020-06-21T00:30:08.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T16:50:12.000Z (over 3 years ago)
- Last Synced: 2025-12-26T12:53:35.720Z (7 months ago)
- Topics: dofus, go, golang, postgres, postgresql
- Language: Go
- Homepage:
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```