Metadata-Version: 2.1
Name: papysql
Version: 0.1.2
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Francesco Gualdi
License: MIT
Platform: UNKNOWN

This is a library to interface SQL with python. The basic library read the tables with list_tables method and read them with display_table. When a table is red is then converted into a pandas DataFrame. Moreover it gives the possibility to read a SQL script that builds a db with ExecuteScriptFromFile

