refactor: move sqlite queries to sql directory

This commit is contained in:
Nybkox
2025-01-02 11:04:53 +01:00
parent a6f0bc78d4
commit 30bbdb0f1d
5 changed files with 33 additions and 21 deletions

View File

@@ -0,0 +1,3 @@
module.exports = `
select * from sqlite_master where (type='table' or type='view')
`;