Public Vars

Back

create-extension (clj)

(source)

function

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

Examples