cianconway / Database-Query

Python connection and SQL parsing to a Postgres database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database-Query

This is a Python script to run SQL commands on a PSQL database.

Connection is established to the server which are stored in variables for easy interchangability through different databases. The commands are specified to a specific table so the SQL command should be changed for other connections.

About

Python connection and SQL parsing to a Postgres database


Languages

Language:Python 100.0%