https://github.com/gamitej/postgresql-python-script
PostgreSQL Python Script for connecting to pgadmin4 and using CRUD operations.
https://github.com/gamitej/postgresql-python-script
pgadmin4 postgresql psycopg2 python-script
Last synced: about 1 month ago
JSON representation
PostgreSQL Python Script for connecting to pgadmin4 and using CRUD operations.
- Host: GitHub
- URL: https://github.com/gamitej/postgresql-python-script
- Owner: gamitej
- Created: 2022-03-20T16:15:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T06:28:28.000Z (over 4 years ago)
- Last Synced: 2025-03-13T21:33:15.483Z (over 1 year ago)
- Topics: pgadmin4, postgresql, psycopg2, python-script
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## POSTGRESQL PYTHON SCRIPT :-
### Script Includes :-
1. Connection to pgadmin.
2. Use of cursor to execute different query/commands.
3. CRUD operation query/code.
4. Relation between two table it can be ( one-to-one ) or ( many-to-one ).
### Setup In Linux :-
1. For postgres [click-here](https://www.postgresql.org/download/linux/ubuntu/)
2. For pgadmin [click-here](https://www.pgadmin.org/download/pgadmin-4-apt/)
### Pgadmin Server Issue :-
1. Fatal Error [click-here](https://stackoverflow.com/questions/65877048/pgadmin-on-ubuntu-20-04-fatal-password-authentication-failed-for-user)