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

https://github.com/luka2220/pgcsv

A tool for populating a postgres database with csv data
https://github.com/luka2220/pgcsv

csv postgresql python

Last synced: 5 months ago
JSON representation

A tool for populating a postgres database with csv data

Awesome Lists containing this project

README

          

## Setup
Create a .env file in the root project folder with all the database connection information
- USER: the database username
- HOST: the database server hostname
- PASSWORD: the database user password
- PORT: the connection port