cybergarage / puzzledb-go

PuzzleDB is a high-performance, distributed, cloud-native, multi-API, multi-model database.
Apache License 2.0
3 stars 2 forks source link

Trying to connect with pgAdmin4 but doesn't work #1

Open as-shura opened 1 year ago

as-shura commented 1 year ago

Could someone explain to me the default username and password to connect with pgAdmin4.

I tried with username postgres and password postgress but doesn't work. Also what is the default postgres database name created with docker?

cybergarage commented 1 year ago

@as-shura

Thank you for your interest in PuzzleDB. Regarding pgAdmin, I would like to review the pgAdmin queries to ensure we can accommodate them in PuzzleDB.

Currently, PuzzleDB does not have a standard database like PostgreSQL or MySQL. Additionally, it does not support authentication, meaning any user and password you provide will be authorized.

Please feel free to share any specific preferences or requests you may have.

as-shura commented 1 year ago

How about implementing a generic authentication layer which has the basic default dummy logging features without any real authentication until you guys come up with something solid. And also the possibility to select a default database or create a new one. I am trying to install many open source projects which are all depending either mySQL, postgreSQL, redis and mongo and I didn't want to install 4 docker-compose files for all of them and I thought puzzledb seems to offer the best paradigm with only one install.