Special commands to sqlite3 (dot-commands)

Special commands to sqlite3 (dot-commands) Most of the time, sqlite3 just reads lines of input and passes them on to the SQLite library for execution. But input lines that begin with a dot (“.”) are intercepted and interpreted by the sqlite3 program itself. These […]