mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 12:35:59 +00:00
4 lines
86 B
JavaScript
4 lines
86 B
JavaScript
module.exports = `
|
|
select * from sqlite_master where (type='table' or type='view')
|
|
`;
|