Skip to content

ZenLiuCN/jooq-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jooq extensions in kotlin

now in progress

Mysql extension

json type

for code genatrate

<forcedTypes>
    <forcedType>
        <userType>com.fasterxml.jackson.databind.JsonNode</userType>
        <binding>cn.zenliu.jooq.ext.mysql.JsonBinding</binding>
        <expression>.*</expression>
        <types>JSON</types>
        <nullability>ALL</nullability>
    </forcedType>
</forcedTypes>

Postgres extentison

Jsonb type

inprogress