News

This example shows how to use soda library using Oracle relational database as nosql repository. Oracle database creates under the hood a special table to store and index the collections of objects.
This example code is just to demonstrate using cx_Oracle to connect to a Oracle database. In this example, once connected python runs an SQL query to get the table space size for all the tables within ...