Skip to content

Emacs package for an alternative to SQL Server Management Studio.

License

Notifications You must be signed in to change notification settings

jtbm37/sql-server.el

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published