A small Python utility to import CSV files into a SQLite database. Supports one-shot imports and a watch mode to automatically import new CSV files dropped into a folder. One-shot import: python ...
docker run -d --name postgres -p 5432:5432 -v postgres_data:/var/lib/postgresql/data -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=POSTGRES_PASSWORD_EXAMPLE -e ...