Questions tagged [sql-interactive-mode]

Emacs major mode to use an SQL interpreter interactively.

1 questions
3
votes
1 answer

Emacs: how to create yasnippets for different RDBMs in sql-interactive-mode

I am using sql-interactive-mode to connect to 2 databases: MySQL and SQLite. I created yasnippets for mysql in yasnippets/sql-interactive-mode folder. For example to add a column in MySQL I use the following snippet: # -*- mode: snippet -*- # name:…
user4035
  • 22,508
  • 11
  • 59
  • 94