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.
- Host: GitHub
- URL: https://github.com/kralamoure/dofuspg
- Owner: kralamoure
- License: mpl-2.0
- Created: 2020-07-05T19:33:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T19:37:01.000Z (over 2 years ago)
- Last Synced: 2025-01-22T16:23:45.272Z (9 months ago)
- Topics: dofus, go, golang, postgres, postgresql
- Language: Go
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```