Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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