Skip to content

sudarshan12s/godror_json_samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

godror_json_samples

It shows to insert the following types of data into JSON native column in a test table. JSON native column is supported in Oracle database starting from 21.3

  • JSON data as JSON string
  • JSON data represented as Go map (map[string]interface{})
  • JSON data represented as Go Array ([]interface{})

About

Basic JSON examples using godror

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages