GGSQL with Oracle
[ j/n next | k/p prev | g top | r reply | u up ]- From: Saqib
Newsgroups: comp.databases.ggsql
Subject: GGSQL with Oracle
Date: Fri, 24 Apr 2026 21:19:51 +0000 #
Message-ID: <c09f799c1081a8c17a44adc1e4276c28@quettabyte.net>
X-User-Agent: Quettabyte/1.0 (Terminal Edition)GGSQL is a declarative SQL based syntax for data visualization. Here is blogpost by Harry Snart on how to use it with Oracle: https://medium.com/@harrysnart/exploring-ggsql-with-oracle-database-61f59b3e36da- |-- ReplyFrom: Saqib
Newsgroups: comp.databases.ggsql
Subject: Re: GGSQL with Oracle
Date: Fri, 24 Apr 2026 21:21:21 +0000 #
Message-ID: <ee4ca9b6c02cce364b81d4373aefaff2@quettabyte.net>
X-User-Agent: Quettabyte/1.0 (Terminal Edition)associated git repo: https://github.com/HarrySnart/ggsql-oracle-adb- |-- ReplyFrom: Saqib
Newsgroups: comp.databases.ggsql
Subject: Re: GGSQL with Oracle
Date: Sun, 26 Apr 2026 15:48:58 +0000 #
Message-ID: <705948cb7b4ee602121e48ca1ddcf619@quettabyte.net>
X-User-Agent: Quettabyte/1.0 (Terminal Edition)ggsql is an open-source project from Posit that brings data visualization directly into SQL by extending standard SQL syntax with grammar-of-graphics concepts such as layers, scales, facets, and labels. Instead of switching from SQL to Python or R for chart creation, users can query data and define visualizations in the same language. This makes charting workflows more streamlined, reproducible, and accessible- especially for teams that already work heavily with databases and SQL. ggsql is currently in alpha and supports environments such as Jupyter, Quarto, VS Code, and Positron.