GGSQL with DuckDB
[ j/n next | k/p prev | g top | r reply | u up ]- From: Saqib
Newsgroups: comp.databases.ggsql
Subject: GGSQL with DuckDB
Date: Tue, 28 Apr 2026 17:12:32 +0000 #
Message-ID: <5da096b6ad16393ecdee9fd6d731289a@quettabyte.net>
X-User-Agent: Quettabyte/1.0 (Terminal Edition)A nice blogpost by Zach Flynn on using GGSQL with DuckDB: https://zachflynn.substack.com/p/reviewing-ggsql-a-grammar-of-graphics Sample code from the blogpost: SELECT * FROM radio_markets VISUALIZE Firms AS x DRAW histogram SCALE y LABEL title => 'Radio Station Distribution Across Markets', x => 'Radio Stations', y => 'Markets'; SELECT * FROM radio_markets WHERE Firms <= 200 VISUALIZE Area AS x, Firms AS y DRAW point MAPPING Population AS size SETTING fill => null LABEL title => 'Radio Stations and Physical Area', x => 'Radio Stations', y => 'Land Area (sq. mi.)', size => 'Population (100k)'- |-- ReplyFrom: Saqib
Newsgroups: comp.databases.ggsql
Subject: Re: GGSQL with DuckDB
Date: Mon, 11 May 2026 14:02:05 +0000 #
Message-ID: <e659de5e2e661123346537719623fb12@quettabyte.net>
X-User-Agent: Quettabyte/1.0 (Terminal Edition)GGSQL Community Extension for DuckDB is now available for download: https://duckdb.org/community_extensions/extensions/ggsql