Skip to content

MoDELSVGU/JSQLParser-Xtend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSQLParser-Xtend

An extension of JSQLParser library that parses SQL string to Java object hierarchy.

<dependency>
  <groupId>io.github.modelsvgu</groupId>
  <artifactId>sqlj</artifactId>
  <version>[1.0.0,)</version>
</dependency>

What's extended?

  • CompoundStatement (i.e., MySQL).
  • StoredProcedure (CREATE, DROP).
  • Triggers (CREATE, DROP).
  • Function (CREATE, DROP).
  • Constraints (e.g., NOTNULL, UNIQUE, PRIMARY_KEY, CHECK, DEFAULT).

About

An extension of JSQLParser library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages