Feb 19, 2021

Query autocomplete

Feb 19, 2021

We added autocomplete to our SQL query editor to make it easier than ever to quickly explore data in your database. It automatically suggests table and column names as you type—just hit Enter to fill the selected value. It also automatically quotes any values that use capital letters to ensure that your query runs correctly.

This should significantly speed up the process of writing queries and reduce the amount of debugging required to get your query to pull the data you want.

Other improvements and fixes

  • Added ⌘/Ctrl + Enter shortcut for submitting changes while editing JSON data

  • Fixed crash caused by opening a view that contained columns removed outside of BaseDash

  • Fixed incorrect data showing when switching between tables or views quickly