docs(emacs/programming): never really used emacsql directly
This commit is contained in:
parent
ec0fe5c43c
commit
6b379bfaf8
@ -64,25 +64,6 @@ it is.
|
|||||||
appwrite-devel t))
|
appwrite-devel t))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Databases
|
|
||||||
A really cool tool in Emacs for manipulating databases is ~emacsql~.
|
|
||||||
It’s able to manipulate SQLite databases by default, but it’s also
|
|
||||||
possible to manipulate MariaDB and PostgreSQL databases by installing
|
|
||||||
additional packages. For now, I just need SQLite and PostgreSQL
|
|
||||||
interfaces, so let’s install the relevant packages.
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(use-package emacsql-psql
|
|
||||||
:defer t
|
|
||||||
:after (emacsql)
|
|
||||||
:straight (:build t))
|
|
||||||
|
|
||||||
(with-eval-after-load 'emacsql
|
|
||||||
(phundrak/major-leader-key
|
|
||||||
:keymaps 'emacs-lisp-mode-map
|
|
||||||
:packages '(emacsql)
|
|
||||||
"E" #'emacsql-fix-vector-indentation))
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
*** Flycheck
|
*** Flycheck
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package flycheck
|
(use-package flycheck
|
||||||
|
Loading…
x
Reference in New Issue
Block a user