An open API service indexing awesome lists of open source software.

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.

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)