Skip to main content

PostgreSQL Database Manager

Project description

pgElephant

PostgreSQL Database Manager

CREATE ADMIN

bank = PostgreSQL(dbname='sgo',user='dev',password=123456)

CONNECT

bank.connect()

CHECK

version = bank.version()

GET ALL VALUES IN ONE TABLE

value_all = bank.get_all(table='users')

GET A UNIQUE ITEM

value_single = bank.get_single(unique='ryansouza.cwb@gmail.com',table='users',column='email')

GET A SINGLE LINE

value_first = bank.get_first(unique='ryansouza.cwb@gmail.com',table='users',column='email')

COMMIT

bank.commit()

DISCONNECT

bank.disconnect()

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

pgElephant-1.0.1.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file pgElephant-1.0.1.tar.gz.

File metadata

  • Download URL: pgElephant-1.0.1.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.1

File hashes

Hashes for pgElephant-1.0.1.tar.gz
Algorithm Hash digest
SHA256 545d9da44e8138ad1ed047d727499e4a96f8d393a0b882e920a6c761c9b4c4f1
MD5 00b6fe39543db621255c5d818ca211da
BLAKE2b-256 628f26c3859acb7ffbc0ef992ecec1cad1b256044dbd95f1420d228f271a4e39

See more details on using hashes here.

Supported by

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