SkillAgentSearch skills...

Pgcsv

Load CSV files into Postgres without explicit schema creation.

Install / Use

/learn @pudo/Pgcsv
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pgcsv

The purpose of pgcsv is to make a CSV file show up in a database. To this end, it will automatically create the table schema and COPY data. It will not attempt to perform type inference. It will not attempt to fix up your CSV file (the file is assumed to be readable as UTF-8 with the first row containing column headers).

Usage

$ pip install pgcsv
$ pgcsv --db postgresql://localhost/database new_table csv_file.csv
View on GitHub
GitHub Stars81
CategoryData
Updated1y ago
Forks6

Languages

Python

Security Score

85/100

Audited on Oct 1, 2024

No findings