Metadata-Version: 2.1
Name: csv-excel-to-postgres
Version: 0.0.2
Summary: Export CSV/Excel to PostgreSQL
Author: KSV Muralidhar
Author-email: murali_dhar0552@yahoo.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

### csv_excel_to_postgres
Export Excel or CSV files to PostgreSQL
- This package automatically parses the data types.
- Creates a new database with the specified name or uses the existing one.
- Creates a new table with the specified name or uses the existing one.
- Inserts all the records from the specified CSV/Excel into the table.

