sasha-alias / sqltabs

Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift, Google Firebase (Firestore)
https://www.sqltabs.com
GNU General Public License v3.0
803 stars 57 forks source link

Selective execution #2

Closed sasha-alias closed 9 years ago

sasha-alias commented 9 years ago
sasha-alias commented 9 years ago

Command+E executes a block between lines starting with 3 dashes. example:

select 1
---
select 2

---
select 3