1# List databases
2PRAGMA database_list;
3
4# Describe table
5PRAGMA table_info(<table_name>);
VirtualTam's bookmarks
-
2016-08-20 -
2015-03-14 Common ops & clauses:
- CREATE TABLE - https://www.sqlite.org/lang_createtable.html
- ALTER TABLE - https://www.sqlite.org/lang_altertable.html
- UPDATE - https://www.sqlite.org/lang_update.html