oblac / jodd

Jodd! Lightweight. Java. Zero dependencies. Use what you like.
https://jodd.org
BSD 2-Clause "Simplified" License
4.06k stars 723 forks source link

fix jodd-db document #776

Closed restmad closed 3 years ago

restmad commented 3 years ago

https://jodd.org/db/dbquery.html

DbQuery query = new DbQuery(connection, "create table ...");

construct method not exists, only static method.

can document explain how jodd-db designed. dont want only know how to use it.

igr commented 3 years ago

Thank you, fixed!

Please check the code for the code design; Jodd DB is really a tinny wrapper.

Of course, you can always ping me if you have some questions!