add support for create/drop role, grant, revoke
This commit is contained in:
parent
91875b7e7e
commit
3c0788af6e
7 changed files with 405 additions and 27 deletions
|
@ -2,11 +2,12 @@ name: simple-sql-parser
|
|||
version: 0.5.0
|
||||
synopsis: A parser for SQL.
|
||||
|
||||
description: A parser for SQL. Parses most SQL:2011
|
||||
queries, non-query DML, DDL, access control,
|
||||
transaction management and session management
|
||||
syntax. Please see the homepage for more
|
||||
information
|
||||
description:
|
||||
|
||||
A parser for SQL. Parses most SQL:2011
|
||||
queries, non-query DML, DDL, access control and
|
||||
transaction management syntax. Please see the
|
||||
homepage for more information
|
||||
<http://jakewheat.github.io/simple-sql-parser/latest>.
|
||||
|
||||
homepage: http://jakewheat.github.io/simple-sql-parser/latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue