Skip to main content

Wrapper Class around cx_Oracle for Oracle Autonomous Database

Project description

Wrapper Class around cx_Oracle for Oracle Autonomous Database

This class supports multiple connections to the database using session pool. The minimum and maximum number of sessions can be defined.

In cx_Oracle after connecting to the database, for every query statement the data needs to be fetched and for evey update or insert statement the data needs to be committed. But this class eliminates these requirements and make it simple to read and write to the database.

Files:

palora/__init__.py

Installation:

sudo pip3 install palora

Usage Examples:

import palora

db = palora.db(‘user’, ‘password’, ‘tsn-entry’) ##-connect to the database

db.read(“sql statement”) ##-returns the read data from database with flat=True

db.read(“select item from table”, flat=False) ##-returns the raw read data

db.read(“select item from table where item = %s”, (sub1,)) ##-read with string substitution

db.read1(“sql statement”) ##-returns the first read data similar to fetchone

db.write(“sql statement”) ##-writes the data and commits to the database

db.clear() #-to reconnect if any transaction error

For other cx_Oracle connection commands use the connection class

db.conn….

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

palora-3.1.tar.gz (1.8 kB view details)

Uploaded Source

File details

Details for the file palora-3.1.tar.gz.

File metadata

  • Download URL: palora-3.1.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for palora-3.1.tar.gz
Algorithm Hash digest
SHA256 0a3d5e1bf4a39b369f7a095d33e05680d925e9b867101ee5234d29077cd0b523
MD5 62ddae433f867b6ebbddb201f27121f0
BLAKE2b-256 ce6724dce4e286f1a4025080bab5b0c419585882d089ced6929870f3afe3772c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page