Skip to content

closekn-sandbox/sql_study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SQL study

reference

SQL 第2版 ゼロからはじめるデータベース操作

needs

  • Docker for mac
  • Homebrew

download

> brew install mysql
> brew install postgresql

Start-up

  • both docker-compose up -d
  • psql docker-compose up -d pgsql_study
  • myql docker-compose up -d mysql_study

Connection

  • psql psql -h 127.0.0.1 -U dev
  • mysql mysql -h 127.0.0.1 -u dev -p

About

learning of SQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published