View Source SchemaAssertions.Database (Schema Assertions v1.1.0)
Functions for inspecting the database.
Assumes Postgres for now.
Summary
Functions
Returns a sorted list of all the table names
Returns true if a table with the given name is in the database
Functions
@spec all_table_names() :: [binary()]
Returns a sorted list of all the table names
Returns true if a table with the given name is in the database