Public Vars

Back

create-table (clj)

(source)

function

(create-table table) (create-table table if-not-exists)
Accepts a table name to create and optionally a flag to trigger IF NOT EXISTS in the SQL: (create-table :foo) (create-table :foo :if-not-exists)

Examples