Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinmarquesp/csv_to_sql

Script that reads a CSV file and constructs a SQL query string that inserts every row of this file into an SQL database -- you can also connect to an PostgreSQL database (by default) and actually run that generated insert command
https://github.com/kevinmarquesp/csv_to_sql

cli cli-tool csv csv-parser csv-parser-python learning-by-doing python sql study-project

Last synced: 4 days ago
JSON representation

Script that reads a CSV file and constructs a SQL query string that inserts every row of this file into an SQL database -- you can also connect to an PostgreSQL database (by default) and actually run that generated insert command

Awesome Lists containing this project