Skip to content

OksanaSy/PostgrSQL_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title

Python PostgreSQL framework

Purpose

Performing simple tests actions with table of DnD characters

Info to use

In main.py example of invoking scripts for creating table, filling it with characher`s data, updating values (must be mentioned condition and new value), deleting and searching in table by value(condition and value must be inputed from user). Must be started postgres server with specified port (default 5432, but for several different vercions on local machine may be used 5433 etc.0). Database must be created. Parameters for connection must be filled in DBconnection init.

Dependencies

Uses import of psycopg2 for PostgreSQL interface

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages