sqliteref.txt 295 B

1234567
  1. sqlite3 # at command prompt will provide SQLite command prompt
  2. .exit/.quit # exit SQLite prompt
  3. .databases # list names and files of attached databases
  4. .show # show the current values for various settings
  5. .stat ON|OFF # turn stats on or off
  6. .help # show this message