1
Fork 0

add support for create/drop role, grant, revoke

This commit is contained in:
Jake Wheat 2015-08-15 21:01:48 +03:00
commit 3c0788af6e
7 changed files with 405 additions and 27 deletions

View file

@ -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