Versions in this module Expand all Collapse all v1 v1.0.1 Nov 23, 2024 v1.0.0 Nov 23, 2024 Changes in this version + const CommandExecuteQuery + const CommandShowConnections + const CommandShowDatabases + const CommandShowSchemas + const CommandShowTables + const CommandSwitchConnection + const CommandSwitchDatabase + const SignatureHelpTypeInsertValue + const SignatureHelpTypeUnknown + var ErrNoConnection = errors.New("no database connection") + var ErrNoHover = errors.New("no hover information found") + func SignatureHelp(text string, params lsp.SignatureHelpParams, dbCache *database.DBCache) (*lsp.SignatureHelp, error) + type File struct + LanguageID string + Text string + type Server struct + DefaultFileCfg *config.Config + SpecificFileCfg *config.Config + WSCfg *config.Config + func NewServer() *Server + func (s *Server) Handle(ctx context.Context, conn *jsonrpc2.Conn, req *jsonrpc2.Request) (result interface{}, err error) + func (s *Server) Stop() error