How To Use Json Soda Python And Oracle Autonomous Json Database

How To Use Json Soda Python And Oracle Autonomous Json Database In this 3 part series we will explore using json and soda with oracle. we will start with a local database and move to the autonomous json database. the main goal here is to demonstrate how easy it is to use the oracle database to store json collections and documents. Autonomous database supports javascript object notation (json) data natively in the database. you can use nosql style apis to develop applications that use json document collections without needing to know structured query language (sql) or how the documents are stored in the database.

How To Use Json Soda Python And Oracle Autonomous Json Database You can use soda for python to perform create, read (retrieve), update, and delete (crud) operations on documents of any kind, and you can use it to query json documents.

Autonomous Json Database Oracle

How To Use Json Soda Python And Oracle Autonomous Json Database
Comments are closed.