SkillAgentSearch skills...

Zql

Zql java SQL parser

Install / Use

/learn @gibello/Zql
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Zql Build Status

Zql is a java SQL parser, generated using JavaCC. It parses SQL constructs (no DDL) and generates a parse tree, accessible through a java API.

Zql also provides basic data manipulation mechanisms, including a SQL expression evaluator, and data tuples (although Zql is definitely not a full-fledged database !).

The parser code is in the zql-parser/ module, and there are some samples in zql-sample/ (you will find README files there).

Zql is provided "as is", with no warranty. It is covered by the GPL v3 license.

Zql is a quite old and mature project : established in 1998, with an open source version released on sourceforge in 2010 (zql.sourceforge.net), and migrated to maven + github in late 2014.

View on GitHub
GitHub Stars35
CategoryData
Updated3mo ago
Forks16

Languages

Java

Security Score

82/100

Audited on Dec 6, 2025

No findings