Hello,
I was wondering exactly how i can describe/drop/select my sqlite tables through terminal. My file is in .data. I have used mysql before and i would do “mysql -u user -p” to login then i could pick my db and work with my tables but that doesn’t appear to be the same for sqlite. Ty in advanced
use sqlite3
for a command line shell https://sqlite.org/cli.html
2 Likes
yes, thanks. I read that earlier but I was typing the db name instead of the file name. Thanks
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.