Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 367 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 367 Bytes

hkgi-go

Rewrite of Ced's hkgi in Go and Postgres.

The goal of this project is stability and persistence. One of the biggest issues with the previous iteration of hkgi was how it stored user data in memory and in a constantly-overwritten JSON file. This project aims to solve that issue by using a persistent RDBMS (Postgres).