Skip to main content

Sqlite3 Wrapper Class

Project description

Wrapper Class around Psycopg2 for PostgreSQL

In psycopg2 after connecting to the database, for every read execute statement the data needs to be fetched and for evey write execute 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:

palpg/__init__.py

Usage Examples:

import sqlite3

db = palsql.db(“db-filename”) ##-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

For other psycopg 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

palsql-1.tar.gz (1.6 kB view details)

Uploaded Source

File details

Details for the file palsql-1.tar.gz.

File metadata

  • Download URL: palsql-1.tar.gz
  • Upload date:
  • Size: 1.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for palsql-1.tar.gz
Algorithm Hash digest
SHA256 bac9af15e6091f7eb39f28ea35bd9374eca9ff41c12603c44e4dceaa32e19cc3
MD5 1b32cbdca1b3cf05e156c96ecb702afc
BLAKE2b-256 d6bc1cf380769b1fd8083b6db7b00f3de0ac0e8c3c475f4a1a6e0ffc005116d3

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