Skip to content

save json field into postgresql with spring data r2dbc

Notifications You must be signed in to change notification settings

anuger/r2dbc_json_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demonstrate how to use spring-data-r2dbc to save json to postgres

database table

create table message_test(
    id serial8 primary key,
    body json not null
)

About

save json field into postgresql with spring data r2dbc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages