mlaanderson / database-js

Common Database Interface for Node
MIT License
74 stars 16 forks source link

Cannot list tables #23

Closed sereyn closed 4 years ago

sereyn commented 5 years ago

I'm currently working with xlsx tables and I need a query like "SHOW TABLES".
I did not find it, is there a particular reason?

mlaanderson commented 4 years ago

Sorry about the late reply. This needs to be moved to the database-js-xlsx project, which is also one of mine.

I'd have to dig in more to be sure, but it may be possible to add it with a custom select statement. However, it's not there right now because I didn't need it. If you have an interest please take a look at the code.