한국 MySQL 사용자그룹
김영하
일단 메인 사이트에 한번 가봅시다!
http://mycli.net
https://github.com/dbcli/mycli
Text
활발히 개발되고 있는 mycli GitHub네요!
화면으로 기능을 알아봅시다! 1
Auto-completion
Simple completions such as keywords and sql-functions.
화면으로 기능을 알아봅시다! 2
Smart-completion
Table name completions after the 'FROM' keyword.
화면으로 기능을 알아봅시다! 3
column names are scoped to the table referenced in the query.
화면으로 기능을 알아봅시다! 4
Alias support
column completions will work even when table names are aliased.
화면으로 기능을 알아봅시다! 5
Syntax-highlighting
Syntax highlighting for sql.
화면으로 기능을 알아봅시다! 6
Pager
Output of an sql command is automatically piped through less command.
공식적으로는 Linux와 MacOSX만 지원하지만
개발자는 Windows도 이상없이 사용가능하다고 함
설치법 계속 추가하겠습니다!!!
By fermat39
mycli을 사용해 봅시다!