Skip to content
Tags give the ability to mark specific points in history as being important
  • v1.0 Release: v1.0
    See usage and more information at the Readme file or the [SQLite EmacsWiki page](https://www.emacswiki.org/emacs/SQLite-el).
    
    # Features
    
    This interface has the following features:
    
    -   Can connect to several database files.
    -   No output buffer shown. The output buffer is hidden when using the interface.
    -   SQLite errors match.
    -   Files does not need to be in absolute path. It is expanded using `expand-file-name` command.
    -   Timeout sub-process output retrieving for each result row. See `sqlite-response-timeout` variable.