Python PostgreSQL framework
Performing simple tests actions with table of DnD characters
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.
Uses import of psycopg2 for PostgreSQL interface