The pg_json_dump Module

A command line utility to import/export JSON files as database tables

fqn(conn: connection, table: str) str[source]
quote(x)[source]
flush(cursor, table, rows)[source]
result_set(conn: connection, table: str)[source]
dump(conn: connection, table: str, fd, corrector=None)[source]
export(conn: connection, table: str)[source]
ensure(conn: connection, table: str)[source]
populate(cursor, table, data_path)[source]
import_table(conn: connection, table: str, replace=True)[source]
add_state_fips(row: Dict)[source]
show(conn: connection, table: str)[source]