help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SQL (was:Re: UEFA Euro 2020 full Lisp computer)


From: Jean Louis
Subject: Re: SQL (was:Re: UEFA Euro 2020 full Lisp computer)
Date: Mon, 28 Jun 2021 09:26:56 +0300
User-agent: Mutt/2.0.7+183 (3d24855) (2021-05-28)

* Emanuel Berg <moasenwood@zoho.eu> [2021-06-26 16:08]:
> What's the easiest way to use SQL from Emacs?

Most of SQL I am using programmatically, that is the easiest way. Once
written SQL is automatically repeated thousands of times. This module
makes it work:

emacs-libpq @ Github
https://github.com/anse1/emacs-libpq

Other way is to write SQL in sql-mode and evaluate it in SQL
buffer. To start one can use M-x sql-postgres (or other database). No
need for module doing it this way.

You write files.sql just as usualy and you may evaluate it in SQL
mode.



-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]