First time sqlite3 user, running windows, and having a hard time getting started. I have a database in the same folder as my sqlite3.exe application that I want to import into sqlite3 so I can view its tables.
The database is called slash09.db. I tried .read slash09.db and that made something happen but returns a bunch of garbage characters. What commands should I try to open/import this and view its tables?
Also, if you know of a good online reference for learning sqlite3 I’d like to read it. For some reason google hasn’t been finding much for me.
In case any tool will do, Firefox has a really nice plugin called SQLite Manager that is quite useful for inspecting querying and modifying arbitrary sqlite dbs (not particularly firefox related).