Hi,
I’m working on a trivia game. I need a question database for this game. When I examined the documentation, it was mentioned how to store user data by performing client operations with the storage engine.
I want to import a database in CSV format, which I already have, into Postgresql.
I’m running Nakama with docker compose. How can I import my database in csv format into the Postgresql database with some CLI operations in the server?
Thank you,