cjphaha / parser-1

A MySQL Compatible SQL Parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parser - A MySQL Compatible SQL Parser

forked from https://github.com/pingcap/parser

This package contains github.com/pingcap/parser and github.com/pingcap/tidb

  • the version of parser is 3a18f1e
  • the version of tidb is 328b6d0

How to use

parser:

import (
    "github.com/dubbogo/parser"
)

tidb:

import (
    "github.com/dubbogo/parser/tidb-types/parser_driver"
)

About

A MySQL Compatible SQL Parser

License:Apache License 2.0