Edbi

From WikEmacs
Revision as of 13:30, 30 May 2018 by Elvince (talk | contribs) (add screenshots)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

edbi is a database interface. It connects to a database server through Perl's DBI, and provides DB-accessing API and a simple management UI.

edbi
Description Database Interface for Emacs Lisp
Author kiwanami
Maintainer kiwanami
Source https://github.com/kiwanami/emacs-edbi/
Part of Emacs no

Installation

Edbi is on Melpa, but we must also install Perl packages, namely


   RPC::EPC::Service
   DBI
   DBD::SQLite
   DBD::Pg
   DBD::mysql

You can install each module like this:

   cpan install DBD::SQLite 

which would install SQLite support for EDBI.

Usage

Start edbi with M-x edbi:open-db-viewer RET.

There is an edbi-sqlite package to ease things for sqlite.

See the package's homepage for a complete documentation.

View

 

Query editor

 

Query result viewer

 

External links