https://github.com/shihanng/csvs-to-sqlite-docker
A docker image for csvs-to-sqlite https://github.com/simonw/csvs-to-sqlite.
https://github.com/shihanng/csvs-to-sqlite-docker
csv datasette datasette-io docker python sqlite
Last synced: 3 months ago
JSON representation
A docker image for csvs-to-sqlite https://github.com/simonw/csvs-to-sqlite.
- Host: GitHub
- URL: https://github.com/shihanng/csvs-to-sqlite-docker
- Owner: shihanng
- License: apache-2.0
- Created: 2020-06-28T23:13:10.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-07-20T11:27:06.000Z (almost 6 years ago)
- Last Synced: 2025-04-25T12:07:16.291Z (about 1 year ago)
- Topics: csv, datasette, datasette-io, docker, python, sqlite
- Language: Shell
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csvs-to-sqlite-docker




Docker Image for [csvs-to-sqlite](https://github.com/simonw/csvs-to-sqlite).
## Usage
```console
docker run --rm \
-v $(pwd):/app \
shihanng/csvs-to-sqlite:1.0.0 \
--help
```
## Releases
Image tag matches the version in [csvs-to-sqlite](https://github.com/simonw/csvs-to-sqlite). Publishing new GitHub release triggers the build that create and publish new docker image to [Docker Hub](https://hub.docker.com/r/shihanng/csvs-to-sqlite).
## Running tests locally
### Prerequisite
- Docker
- [SQLite](https://sqlite.org/cli.html)
```console
npm install
npm test
```