mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added sqlite batch command runner to view database, fixed recdata object writing
This commit is contained in:
parent
bcf377ad56
commit
03c54c7bd4
3 changed files with 37 additions and 2 deletions
9
utils/sqliteBatchCommands/showAll
Normal file
9
utils/sqliteBatchCommands/showAll
Normal file
|
@ -0,0 +1,9 @@
|
|||
.mode column
|
||||
.headers ON
|
||||
select * from users
|
||||
select * from sessions
|
||||
select * from veteranPWRequests
|
||||
select * from accesses
|
||||
.tables
|
||||
.bail
|
||||
select * from EXIT
|
Loading…
Add table
Add a link
Reference in a new issue