congress.datasources.json_ingester.sql module

This module provides a minimal implementation psycopg2.sql features used by Congress. The purpose is to avoid requiring psycopg2>=2.7 which is not available in CentOS 7.

congress.datasources.json_ingester.sql.Identifier(identifier)

Validate and return quoted SQL identifier.

congress.datasources.json_ingester.sql.SQL(input_statement)