summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-12-11 06:23:57 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2021-12-11 06:23:57 +0100
commite5f71051a00a4ceb63cadc2513cb9619a1adffcc (patch)
tree1ae0bd2ca4bf1ad279285cb3ec3f1a812439db12 /etc
parent7364b60fe9cd37c4ea7650f00df2d6cb4cd601da (diff)
downloademacs-e5f71051a00a4ceb63cadc2513cb9619a1adffcc.tar.gz
Add a new mode for examining sqlite files
* lisp/sqlite-mode.el: New file.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6f7ce0ab53f..a40c8f82a57 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -95,6 +95,10 @@ the 'variable-pitch' face, or add this to your "~/.emacs":
** Emacs now comes with optional built-in support for sqlite3.
This allows you to examine/manipulate sqlite3 databases.
+** New command 'sqlite-mode-open-file' for examining an sqlite3 file.
+This uses the new 'sqlite-mode' which allows listing the tables
+in a file, the columns, and the contents of the tables.
+
---
** 'write-file' will now copy some file mode bits.
If the current buffer is visiting a file that is executable, the