Skip to content

dsypasit/database-systems-sqlite3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use the following command to run a docker container:

docker-compose run --rm sqlite3 db/chinook.db

alternative way

docker run --rm -it -v "$(pwd):/code" -w /code keinos/sqlite3 sqlite3 db/chinook.db

postgres

make postgres
# wait postgres initial database
make start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 72.6%
  • Dockerfile 27.4%