heroiclabs / nakama-unity

Unity client for Nakama server.
https://heroiclabs.com/docs/unity-client-guide
Other
407 stars 75 forks source link

Connect to database #159

Closed Mehrdadgame closed 11 months ago

Mehrdadgame commented 11 months ago

Hi I have issue for connect database to Nakama. I want to create game that requires a database because , I need players to be able to download some files. Is there a way to do this with storage or can i upload the data I want each user to download to an SQL database?

mofirouz commented 11 months ago

This isn’t an issue. Please put your questions on the forum: https://forum.heroiclabs.com

Mehrdadgame commented 11 months ago

Hi @mofirouz I have issue to connect Postgres . I did create Postgres db when connect in Pgadmin had a error password :my docker compos is

` version: '3.3' services: postgres: container_name: postgres image: postgres:12.2-alpine environment:

volumes: postgres_data: `