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
- Host: GitHub
- URL: https://github.com/luka2220/pgcsv
- Owner: luka2220
- Created: 2024-10-28T13:22:09.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-11-23T23:44:19.000Z (11 months ago)
- Last Synced: 2025-02-17T01:44:13.605Z (8 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