Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 320 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 320 Bytes

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{})