SchemaAssertions.Database (Schema Assertions v2.1.0)
View SourceFunctions 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