View Source SchemaAssertions.Database (Schema Assertions v0.1.3)
Functions for inspecting the database.
Assumes Postgres for now.
Link to this section Summary
Functions
Returns a sorted list of all the table names
Returns true if a table with the given name is in the database
Link to this section Functions
Specs
all_table_names() :: [binary()]
Returns a sorted list of all the table names
Specs
Specs
Returns true if a table with the given name is in the database