SQLAlchemy PostgreSQL Catalog Definition
SQLAlchemy schema definition (partially reflected) for the PostgreSQL catalog (pg_catalog schema)
Example
Simple example:
>>> import sqlalchemy
>>> import sqlalchemy_pgcatalog
>>> engine = sqlalchemy.create_engine("postgresql://localhost:5432/examples")
>>> list(engine.execute(select([sqlalchemy_pgcatalog.Lock])))
[('relation', 320034, 11090, None, None, None, None, None, None, None, '2/77352', 23112, 'AccessShareLock', True, True),
('virtualxid', None, None, None, None, '2/77352', None, None, None, None, '2/77352', 23112, 'ExclusiveLock', True, True)]
Release files for sqlalchemy_pgcatalog 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sqlalchemy_pgcatalog-0.1.1.zip | 4.6 kB | Details |
Release files / sqlalchemy_pgcatalog-0.1.1.zip
| Download URL | sqlalchemy_pgcatalog-0.1.1.zip |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ced2e2929ffe20a79daa2262ca048711641958ded543a4cfd6eaec360eadcff6
|
|
BLAKE2b-256 checksum How to use checksums |
faa81f0316ba65bffe02c6e6d90e782c213f820eb23e88531b1fc8b41c85cff3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |