Welcome to JSQL. It's a lightweight JDBC DSL framework, JSQL means Just SQL
and without ORM configuration.
It is a framework which is convenience and easy to use, just like sql syntax that you feel free to write SQL as usual and
makes Java SQL development more easier.
If you are a Java developer searching for the jdbc framework satisfy functions as connection pool, super lightweight orm and want to write sql like java code programing, then I suggest you could try to use JSQL framework for jdbc operation.
JSQL for Reasons:
- No SQL string and keep your code graceful
- No ORM bean code generation mass your git control
- Provide ExecutorPool/ConnectionPool for jdbc connection pooling without DBCP dependencies
- JDK6 or higher
- Connection/JdbcExecutor pool
- SQL syntax like builder
- Transaction
- Support customizing dialects
- Pagination
- Jdbc executor for query, update or batch update
- Super lightweight ORM
- Against SQL inject
- Logging ability
- Cubrid
- SQLite
- DB2
- Derby (EmbeddedDerby/NetworkDerby)
- H2
- MariaDB
- MySQL
- Oracle(Driver Version >= ojdbc6)
- PostgreSQL
- SQLServer2012(version >= 2012)