Documentation ¶ Index ¶ func NewDuckDBStorage(datasource string) (storage.Storage, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewDuckDBStorage ¶ func NewDuckDBStorage(datasource string) (storage.Storage, error) NewDuckDBStorage creates a new DuckDB storage instance. If datasource is empty or ":memory:", it creates an in-memory database. Otherwise, it creates a persistent database at the specified path. Types ¶ This section is empty. Source Files ¶ View all Source files storage.go Click to show internal directories. Click to hide internal directories.