Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 119 Bytes

sqlite.org

File metadata and controls

11 lines (7 loc) · 119 Bytes

show tables

.tables

describe table

.schema <table_name>

some pretty printing

.mode column .headers on