plotly / falcon

Free, open-source SQL client for Windows and Mac 🦅

Home Page:https://plot.ly/free-sql-client-download/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySQL/MariaDB: allow connections without setting database

n-riesco opened this issue · comments

Currently, both the Database and Table previewers require that a database has been set.

It's possible to connect to MariaDB server without specifying the database, but Falcon needs to learn how to request the list of tables and schemas when a database hasn't been set.


Note that the query SHOW TABLES requires that a database has been selected.