Hey! PostgreSQL SQL Executable Object
Project description
A simple executable object for dumping SQL from files into a PostgreSQL database through psycopg2.
__doc__
PGSQLExec is a simple interface for dumping SQL into a PostgreSQL database, often from a file, and maybe getting some results out.
The usage is usually something like:
(hey_pgsqlexec.PGSQLExec(self.conn)
.append_file('txt/check_append.sql', localizer=self._dl)
.execute()
.get_rows()[0][0])
Essentially, PGSQLExec is a minimal, chaining wrapper around the psycopg2 Connection and Cursor classes to make the common case of working with pre-written, static SQL files easier.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hey_pgsqlexec-1.0.2.tar.gz
(3.9 kB
view details)
File details
Details for the file hey_pgsqlexec-1.0.2.tar.gz.
File metadata
- Download URL: hey_pgsqlexec-1.0.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a53f30ce4300d7eb0ab32fc812a0f08609f8ecafafc769a1f38a28df6a69fb1
|
|
| MD5 |
19bc152d33d40f22bd114a8d54788c92
|
|
| BLAKE2b-256 |
03ac88edc15b1401ca38b36e4595a1c497c408db47daa7178591eba801fa46aa
|