Sign inSign up

sstc/sqlite3

By sstc

Updated over 3 years ago

https://github.com/docker-sstc/docker-sqlite3

Image
4

10K+

sstc/sqlite3 repository overview

docker-sqlite3

A dockerized sqlite3 client.

Usage

touch ~/database.db

docker run \
-it \
--rm \
-v ~:/data \
sstc/sqlite3 \
sqlite3 database.db
Enter ".help" for usage hints.
sqlite> CREATE TABLE test (id INTEGER, name TEXT);
sqlite> .tables
test
sqlite> .exit

Tag summary

Content type

Image

Digest

sha256:59f29aaff

Size

4.2 MB

Last updated

over 3 years ago

docker pull sstc/sqlite3