clojure-gamedev

Fabim 2021-02-23T13:48:53.016100Z

@paul.legato What are lib are you using to convert the edn game state into JSONB before saving it into Postgres?

2021-02-23T17:34:37.016300Z

JSONB just means ‘JSON binary’; it’s an optimized storage format used internally by Postgres. You can put any standard JSON in there. I use Cheshire, but any JSON will work.