-- list out all tables:
- .tables
find out how the talbes were created in database:
- .schema
print out table with header on:
- .header on
- SELECT * FROM weather;
exit:
- .quit
-- list out all tables:
find out how the talbes were created in database:
print out table with header on:
exit: