Writing DuckDB Queries (removed engine)

The DuckDB engine was removed; see writing-queries for the normalized SQLite tutorial

Sections

Terminology & Glossary
πŸ“– Documentation
Navigation
22 sectionsv0.1
πŸ“„ Writing DuckDB Queries (removed engine) β€” glaze help writing-duckdb-queries
writing-duckdb-queries

Writing DuckDB Queries (removed engine)

The DuckDB engine was removed; see writing-queries for the normalized SQLite tutorial

Tutorialminitracesqlite

The DuckDB backend this tutorial used to target has been removed from go-minitrace. All SQL now runs on the normalized SQLite engine.

  • For the current query-writing tutorial (normalized tables, json_extract patterns, filtering and aggregation recipes), see go-minitrace help writing-queries.
  • For rewriting saved DuckDB SQL (UNNEST, LEFT(...), CAST(... AS DATE), arrow operators on blob columns), see the migration table in go-minitrace help query-duckdb.

Session-level ->> examples written against the old sessions_base table still work unmodified: the normalized database exposes a sessions_base compatibility view with the same shape.