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

https://github.com/kralamoure/dofuspg

A library that implements dofus.Storer interface (https://github.com/kralamoure/dofus) for a PostgreSQL database.
https://github.com/kralamoure/dofuspg

dofus go golang postgres postgresql

Last synced: 8 months ago
JSON representation

A library that implements dofus.Storer interface (https://github.com/kralamoure/dofus) for a PostgreSQL database.

Awesome Lists containing this project

README

          

# dofuspg

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

## Requirements

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

## Installation

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