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:
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
|
Reference in New Issue
Block a user