jtbm37 / sql-server.el

Emacs package for an alternative to SQL Server Management Studio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sql-server.el

https://img.shields.io/badge/License-GPL%20v3-blue.svg

Emacs package for an alternative to SQL Server Management Studio.

Warning This is a work in progress. DO NOT USE for real production work.

Configuration

Displaying sql buffer at the bottom

Use emacs-purpose to always open the results at the bottom. You can trust it to always display the results in the same window.

 (add-to-list 'purpose-user-mode-purposes '(ctbl:table-mode . sql-table))
 (setq purpose-display-at-bottom-height 30)
 (add-to-list 'purpose-special-action-sequences
	      '(sql-table
		purpose-display-reuse-window-purpose
		purpose-display-at-bottom))
 

About

Emacs package for an alternative to SQL Server Management Studio.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%