(->sql-params sql-map)
Parse sql-map using honeysql format function with pre-defined options that target postgresql.
Parse sql-map using honeysql format function with pre-defined options that target postgresql.
Create build clause multimethod with associated dispatch function: (honeysql-postgres.helpers args).
Create build clause multimethod with associated dispatch function: (honeysql-postgres.helpers args).
(call name & args)
Represents a SQL function call. Name should be a keyword.
Represents a SQL function call. Name should be a keyword.
(create-table table-name)
(create-table table-name opts)
Create table specified by its name on the database.
Create table specified by its name on the database.
(drop-table table-name)
(drop-table table-name opts)
Delete table.
Delete table.
(execute datasource sql-map)
Get connection, parse the given sql-map (query) and
execute it using jdbc/execute!
.
If some error/exceptions occurs returns an empty map.
Get connection, parse the given sql-map (query) and execute it using `jdbc/execute!`. If some error/exceptions occurs returns an empty map.
(execute! datasource sql-vec)
Get connection and execute query using jdbc/execute!
.
If some error/exceptions occurs returns an empty map.
Get connection and execute query using `jdbc/execute!`. If some error/exceptions occurs returns an empty map.
(with-columns m rows)
Dispatch database operation with columns arguments.
Dispatch database operation with columns arguments.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close