Added sqlite batch command runner to view database, fixed recdata object writing

This commit is contained in:
MrFry 2020-04-08 16:50:14 +02:00
parent bcf377ad56
commit 03c54c7bd4
3 changed files with 37 additions and 2 deletions

View 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