Skip to content

SQL Parser for C++. Building C++ object structure from SQL statements.

License

Notifications You must be signed in to change notification settings

envoyproxy/sql-parser

This branch is 31 commits ahead of, 100 commits behind hyrise/sql-parser:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b40ba2 · Jun 10, 2020
Dec 6, 2018
Aug 14, 2017
Nov 24, 2018
Feb 27, 2016
Jun 10, 2020
May 17, 2019
Nov 29, 2018
Aug 23, 2017
Sep 6, 2017
Jul 7, 2017
Jan 9, 2020
Dec 6, 2018
Feb 8, 2017

Repository files navigation

C++ SQL Parser Library

This code has been forked from Hyrise SQL Parser. Files have been moved around and modified to make it easy for inclusion in envoy mysql_proxy. MySQL specific extensions have been added to the SQL parser.

The SQL parser library will be eventually merged into envoy core and used as a generic SQL parser for different database implementations (MySQL, Postgres, etc.).

About

SQL Parser for C++. Building C++ object structure from SQL statements.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.9%
  • Yacc 6.2%
  • C 3.3%
  • JavaScript 1.8%
  • Python 1.2%
  • Makefile 1.2%
  • Other 2.4%