Wednesday, May 13, 2020

inspecting the list of users who have logged in

$ sqlite3 flask/users_sqlite.db 
SQLite version 3.22.0 2018-01-22 18:45:57
Enter ".help" for usage hints.
sqlite> select * from user;

use ctrl+d to terminate sqlite

https://sqlite.org/cli.html

No comments:

Post a Comment