emacs-edbi
emacs-edbi copied to clipboard
Database Interface for Emacs Lisp
Stub bug report until I can reproduce from scratch and add more details... Using ``` SELECT TOP 10 * FROM some_table; ``` where `some_table` has no ntext column shows rows...
Is it possible to use EDBI query editor with multiple queries like: ``` INSERT INTO table_name (column1,column2,column3,...) VALUES (foo1,foo2,foo3,...); INSERT INTO table_name (column1,column2,column3,...) VALUES (bar1,bar2,bar3,...); INSERT INTO table_name (column1,column2,column3,...) VALUES...
I would like to 'tell' `EDBI` to stay in the same query window, without switching to the window with the query result. I tried it with binding C-c C-c in...
Just wondering, could this be used to easily edit data in the database? For example the cell data view could support an edit action that would allow content to be...
When using [emacs evil](http://www.emacswiki.org/emacs/Evil) mode clicking on the history button doesn't yield any popup menu. **For the time being there is two easy workarounds:** 1. Temporarily switch out of evil...
If I open fresh (sqlite3) database dbviewer simply displays No Table. I can't use `c` or `C` keybinding to open query editor. It needs some ctable data. But since there...
I've been trying to get emacs-edbi working for a couple of hours. I know next to nothing about perl. I installed the package via melpa, and installed epc with 'cpan...
I received, but have not merged.
Just found this for the day - using with emacs 29. I can get it to talk to me sqlite database and describe the tables fine. However when I try...
This pull-request moves metadata about this package from `-pkg.el` to `.el` and deletes the now redundant `-pkg.el`. The `-pkg.el` file is not supposed to be tracked in the Git repository....