๋งํฌ
- sqlite3 ํํ์ด์ง : http://www.sqlite.org
- sqlite3 ํค์๋ : http://www.sqlite.org/lang_keywords.html
- KLDP sqlite3 : http://wiki.kldp.org/wiki.php/SQLite
- sqlite3 on rails : http://blog.superkdk.com/79
- ๋ ๋์ํค sqllite3 ์๊ฐ : http://www.redwiki.net/wiki/wiki.php/SQLite
- sqlite/ruby faq : http://sqlite-ruby.rubyforge.org/sqlite3/faq.html
- sqlite basic sql ; http://www.shokhirev.com/nikolai/abc/sql/sql.html
- sqlite tutorial : http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html
- sqlite ์ฝ๋์ ํ Good : http://sqlzoo.net/howto/source/u.cgi/tip241028/sqlite
Tool
- SQLite Administrator : http://sqliteadmin.orbmu2k.de/ - ๋ฌด๋ฃ
- sqlite GUI tool : http://magic.springnote.com/pages/1386108
- sqlite GUI tool : http://www.yunqa.de/delphi/doku.php/products/sqlitespy/index
- https://addons.mozilla.org/ko/firefox/addon/5817
- http://www.sqliteexpert.com
์งง์ ๊ฐ์ด๋
๋ด๋ถ๋ช ๋ น์ด์ ๊ด๋ จ๋ ๋์๋ง์ '''.help'''๋ฅผ ์ ๋ ฅํ๋ ์ ๋๋ก ๊ฐ๋จํ ์ฐธ์กฐํ ์ ์๋ค.
-
.databases : ํ์ฌ ์์ ์ค์ธ DBํ์ผ๊ณผ ๊ด๋ จ๋ ๋ค๋ฅธ ํ์ผ๋ค ๋ชฉ๋ก ์ถ๋ ฅ
-
.echo ON|OFF : ๋ช ๋ น์ด๋ฅผ ๋ฐํฅ ํ ๊ฑด์ง ์ฌ๋ถ
-
.exit : ํ๋ก๊ทธ๋จ ์ข ๋ฃ
-
.help : ๋์๋ง
-
.schema ?TABLE? : ํ ์ด๋ธ ๊ตฌ์กฐ
-
.show : ํ์ฌ ํ๋ก๊ทธ๋จ ์ค์ ๊ฐ์ ๋ณด์ฌ์ค๋ค.
-
.read FILENAME : FILENAME์ผ๋ก ๋ถํฐ SQL์ ์คํํ๋ค.
-
.output FILENAME : ์ถ๋ ฅ์ FILENAME์ผ๋ก ๋ณด๋
-
.output stdout : ์ถ๋ ค์ ํ๋ฉด์ผ๋ก ๋ณด๋(๊ธฐ๋ณธ ๊ฐ)
-
.output stdout : ์ถ๋ ค์ ํ๋ฉด์ผ๋ก ๋ณด๋(๊ธฐ๋ณธ ๊ฐ)
* ์ถ์ฒ : http://magic.springnote.com/pages/1386108
728x90