tconbeer / harlequin

The SQL IDE for Your Terminal.
https://harlequin.sh
MIT License
3.64k stars 83 forks source link

feat/#334/transactions #537

Closed tconbeer closed 5 months ago

tconbeer commented 5 months ago

closes #334

What are the key elements of this solution? This adds a new optional property and method for adapters; if that method is implemented, it displays a button in the run query bar to toggle the transaction mode.

Why did you design your solution this way? Did you assess any alternatives? Are there tradeoffs? Adding methods, instead of class vars, made it easier to implement this and maintain backwards compatibility.

Does this PR require a change to Harlequin's docs?

Did you add or update tests for this change?

Please complete the following checklist: