Skip to content

[RFE] SQL (extension) function documentation in UI #65

@saaj

Description

@saaj

(from #62)

As a user of sqliteviz,
In order to understand what functions are available for the query,
I want to be able filter available in the query editor and/or dedicated panel.

SQLite has PRAGMA function_list. This list can be fed to CodeMirror autocomplete, or, say, right pannel with a filter akin to Google Sheets function list.

image

Question

  1. Has CodeMirror a mechanism to feed available SQL functions? An extension needed? Try out monaco-editor as alternative?
  2. Is it possible to show documentation snippet in the CodeMirror autocomplete?
  3. How to tell which functions are from which extensions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions