Versions in this module Expand all Collapse all v1 v1.0.2 May 30, 2026 v1.0.1 May 30, 2026 Changes in this version + const ColumnTypeBoolean + const ColumnTypeNumber + const ColumnTypeString + const ColumnTypeTimestamp + type ColumnConfig = cfg.ColumnConfig + type ColumnType = cfg.ColumnType + type Config = cfg.Config + func LoadConfig(path string) (*Config, error) + type ConsumerConfig = cfg.ConsumerConfig + type Engine struct + func New(js jetstream.JetStream, cfgVal *Config, opts ...Option) (*Engine, error) + func NewEmbedded(cfgVal *Config, opts ...Option) (*Engine, error) + func NewWithNATS(nc *nats.Conn, cfgVal *Config, opts ...Option) (*Engine, error) + func (e *Engine) Close() error + func (e *Engine) Query(ctx context.Context, sql string) *query.QueryResult + type HTTPConfig = cfg.HTTPConfig + type IndexConfig = cfg.IndexConfig + type NATSConfig = cfg.NATSConfig + type Option func(*engine.Engine) + func WithHTTPServer(addr string) Option + func WithLogger(logger *slog.Logger) Option + func WithQueryPort(port int) Option + type QueryResult = query.QueryResult + type ViewConfig = cfg.ViewConfig