Wrapper function to create a new schema in a SQLite database for local development.
create_schema(schema, con)
Schema name
A SQLiteConnection-class
object, produced
by dbConnect()
or shinyNotes::connect_sqlite()
None. Executes SQL query and returns silently.
con <- connect_sqlite()
create_schema(con, schema = "demo")