GithubHelp home page GithubHelp logo

crecentmoon / googlesql-parser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pingcap/parser

0.0 0.0 0.0 45.56 MB

[wip] Aiming to modify for GoogleSQL Compatible SQL Parser

License: Apache License 2.0

Shell 0.06% Go 82.85% Makefile 0.05% Yacc 17.05%

googlesql-parser's Introduction

This repository has been moved to https://github.com/pingcap/tidb/tree/master/pkg/parser.

Parser - A MySQL Compatible SQL Parser Go Report Card CircleCI Status GoDoc codecov

The goal of this project is to build a Golang parser that is fully compatible with MySQL syntax, easy to extend, and high performance. Currently, features supported by parser are as follows:

Highly compatible with MySQL: it supports almost all features of MySQL. For the complete details, see parser.y and hintparser.y. Extensible: adding a new syntax requires only a few lines of Yacc and Golang code changes. As an example, see PR-680. Good performance: the parser is generated by goyacc in a bottom-up approach. It is efficient to build an AST tree with a state machine. How to use it Please read the quickstart.

Future Support more MySQL syntax Optimize the code structure, make it easier to extend Improve performance and benchmark Improve the quality of code and comments Getting Help GitHub Issue Stack Overflow User Group (Chinese) If you have any questions, feel free to discuss in sig-ddl. Here are the steps to join:

Join TiDB Slack community, and then Join sig-ddl Slack channel. Users These projects use this parser. Please feel free to extend this list if you found you are one of the users but not listed here:

pingcap/tidb XiaoMi/soar XiaoMi/Gaea sql-machine-learning/sqlflow nooncall/shazam bytebase/bytebase kyleconroy/sqlc Contributing Contributions are welcomed and greatly appreciated. See Contribution Guide for details on submitting patches and the contribution workflow.

Acknowledgments Thanks cznic for providing some great open-source tools.

License Parser is under the Apache 2.0 license. See the LICENSE file for details.

More resources TiDB documentation

English 简体中文 TiDB blog

English 简体中文

googlesql-parser's People

Contributors

tangenta avatar ailinkid avatar crazycs520 avatar tiancaiamao avatar spongedu avatar kennytm avatar lysu avatar wjhuang2016 avatar alivxxx avatar xiongjiwei avatar exialin avatar xhebox avatar lzmhhh123 avatar xuhuaiyu avatar dveeden avatar bb7133 avatar eurekaka avatar qw4990 avatar feloxx avatar lance6716 avatar leiysky avatar jackysp avatar andrewdi avatar wshwsh12 avatar deardrops avatar cfzjywxk avatar rebelice avatar morgo avatar tangwz avatar lauhg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.