Back

insert! (clj)

(source)

function

(insert! table key-map) (insert! table key-map opts)
Given a table name, and a data hash map, defer an insertion of the data as a single row in the database.

Examples