Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
A tool for populating a postgres database with csv data
- Host: GitHub
- URL: https://github.com/luka2220/pgcsv
- Owner: luka2220
- Created: 2024-10-28T13:22:09.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T20:05:38.000Z (3 months ago)
- Last Synced: 2024-11-13T14:49:09.967Z (3 months ago)
- Topics: csv, postgresql, python
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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