Search posts, tags, users, and pages
Eduardo Basílio
Python Developer | FastAPI, Flask, Django, AWS, Docker
Install Install PostgreSQL and PgAdmin on Windows 10 On Ubuntu, install PSQL Clientsudo apt-get install -y postgresql-client Access For access PostgreSQL from Ubuntu Shell, do: psql -h 127.0.0.1 -U postgres 127.0.0.1 is PostgreSQL IP host postg...
No responses yet.