Physics Derivation Graph navigation Sign in

inspecting the list of users who have logged in

Published 2020-05-13T11:19:00.005Z by Physics Derivation Graph

$ 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