Versions in this module Expand all Collapse all v3 v3.0.0 Oct 24, 2024 Changes in this version + type Option func(*options) + func WithDialFunc(dial client.DialFunc) Option + func WithDriverName(name string) Option + func WithFormat(format string) Option + type Shell struct + func New(database string, store client.NodeStore, options ...Option) (*Shell, error) + func (s *Shell) Process(ctx context.Context, line string) (string, error) Other modules containing this package github.com/canonical/go-dqlite github.com/canonical/go-dqlite/v2