mtxr / SublimeText-SQLTools

SQLTools for Sublime Text 3
https://code.mteixeira.dev/SublimeText-SQLTools/
GNU General Public License v3.0
177 stars 40 forks source link

Support for MS Access #127

Closed ilvetz closed 7 years ago

ilvetz commented 7 years ago

Issue Type

Would you consider adding support to MS Access databases, please?

tkopets commented 7 years ago

A quick googling revealed that it is simply not possible to add support for MS Access in SQLTools. SQLTools utilizes command line interface (CLI) specific to each supported type of RDBMS. For example:

And it appears that MS Access simply does not have one. I'm closing this issue for now but if you have any suggestions or ideas how to implement it - feel free to reopen this issue with ideas or pull request.