{"id":19675334,"url":"https://github.com/juanbindez/connect-postgresql","last_synced_at":"2025-10-24T21:48:19.636Z","repository":{"id":254906039,"uuid":"847919704","full_name":"JuanBindez/connect-postgresql","owner":"JuanBindez","description":"postgres connect","archived":false,"fork":false,"pushed_at":"2024-08-26T19:53:58.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-19T06:12:12.445Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuanBindez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-26T19:48:23.000Z","updated_at":"2024-08-26T19:54:02.000Z","dependencies_parsed_at":"2024-08-26T23:06:42.366Z","dependency_job_id":"85c8495f-93aa-49fb-9fcb-045457f8c7ed","html_url":"https://github.com/JuanBindez/connect-postgresql","commit_stats":null,"previous_names":["juanbindez/connect-postgresql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JuanBindez/connect-postgresql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanBindez%2Fconnect-postgresql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanBindez%2Fconnect-postgresql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanBindez%2Fconnect-postgresql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanBindez%2Fconnect-postgresql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuanBindez","download_url":"https://codeload.github.com/JuanBindez/connect-postgresql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanBindez%2Fconnect-postgresql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280872031,"owners_count":26405606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T17:23:14.968Z","updated_at":"2025-10-24T21:48:19.605Z","avatar_url":"https://github.com/JuanBindez.png","language":"Python","readme":"\n\n# DataBase\n\n#### install postgresql on linux\n     sudo apt update\n     sudo apt install postgresql postgresql-contrib\n\n#### install flask and psycopg2 connector\n     pip install Flask psycopg2-binary\n\n#### access postgres\n    sudo -i -u postgres\n    psql\n\n### executar commands\n    CREATE USER myuser WITH PASSWORD 'mypassword';\n    ALTER USER myuser WITH SUPERUSER;\n    CREATE DATABASE mydatabase;\n    GRANT ALL PRIVILEGES ON DATABASE mydatabase TO myuser;\n    \\q\n\n### list databases\n    \\l\n\n### databse access\n    c\\ mydatabase\n\n### verify useruser\n    sudo -i -u postgres\n    psql\n    \\dn+\n\n### exit of the shell from postgreSQL\n    \\q\n    exit","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanbindez%2Fconnect-postgresql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuanbindez%2Fconnect-postgresql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanbindez%2Fconnect-postgresql/lists"}