View Source Electric.Postgres.Inspector.DirectInspector (electric v1.0.13)

Summary

Functions

Load table information (refs) from the database

Returns the PG relation from the table name.

Functions

Link to this function

load_column_info(arg, conn)

View Source

Load table information (refs) from the database

Link to this function

load_column_info_by_oids(oids, conn)

View Source
Link to this function

load_relation(table, conn)

View Source

Returns the PG relation from the table name.

Link to this function

load_relations_by_oids(oids, conn)

View Source