oblac / jodd

Jodd! Lightweight. Java. Zero dependencies. Use what you like.

Home Page:https://jodd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix jodd-db document

restmad opened this issue · comments

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.

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!