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