[[Database]] |
===管理ツール===
----
*[[SQLite Database Browser|SQLite Database Browser]]
*[[SQLiteStudio|SQLiteStudio]]
===データ型===
----
*http://www.dbonline.jp/[[sqlite]]/type/index1.html
*テーブル作成時に、列ごとのデータ型を指定しなくてもよい(混在可能)
==プログラムからの用例==
----
===[[Python]]===
----
*[[Python 標準ライブラリ概観|Python sqlite3を利用する]]
===[[Excel VBA]]===
*[https://github.com/govert/SQLiteForExcel SQLiteForExcel]