How do I create an Emacs SQL buffer?
Posted
by epronk
on Stack Overflow
See other posts from Stack Overflow
or by epronk
Published on 2010-03-25T07:19:43Z
Indexed on
2010/03/25
7:23 UTC
Read the original article
Hit count: 187
I can connect manually by doing:
M-x sql-postgres
and type the User, Database, Host, Server
I'd like to do something like:
(connect-foo (user "me")(database "bar")(host "earth"))
© Stack Overflow or respective owner