Hello all,
I configured pimatic with for a sqlite database
"client": "sqlite3",
"connection": {
"filename": "pimatic-database.sqlite"
},
then I tried to open the databse file to show me the tables
pi@raspberrypi ~ $ sqlite3 pimatic-app/pimatic-database.sqlite
SQLite version 3.7.13 2012-06-11 02:05:22
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .tables
sqlite> .quit
But no tables are shown