-
Notifications
You must be signed in to change notification settings - Fork 12
Motivation
Yong Zhu edited this page Jan 20, 2018
·
9 revisions
jDialects is a database dialect tool, according different databases create/translate to different native DDL/SQL.
At the beginning, jDialects is designed for jSqlBox project, but later I found all other JDBC and ORM tools they all have the requirement to do pagination, DDL creating, function translate and key words checking these features related to database dialect , so I decided to make it a seperated project.
jDialects is a small tool only 1 jar ~ 260K size, no any 3rd party dependency, support Java6+. For ORM tools can also think about use it to avoid re-invent wheel of database's dialect feature.