Skip to main content

postgres

class atscale.db.connections.postgres.Postgres

The child class of SQLConnection whose implementation is meant to handle interactions with a Postgres DB.

clear_auth

Clears any authentication information, like password or token from the connection.

platform_type_str : str = 'postgresql'

The string representation of the platform type, matches with atscale