Liking cljdoc? Tell your friends :D

datumbazo.table


belongs-toclj

source

columnclj

source

column-spec-gencljmultimethod

Return the generator for a column spec.

Return the generator for a column spec.
sourceraw docstring

column-spec-typecljmultimethod

Return the type of the column in the datumbazo.types namespace.

Return the type of the `column` in the `datumbazo.types` namespace.
sourceraw docstring

columnsclj

(columns table)

Returns the columns of table.

Returns the columns of `table`.
sourceraw docstring

define-select-batchclj

(define-select-batch table)

Define the select-batch function for table.

Define the `select-batch` function for `table`.
sourceraw docstring

define-tableclj

(define-table table)

Define the table-by-class multi method for table.

Define the `table-by-class` multi method for `table`.
sourceraw docstring

define-table-by-classclj

(define-table-by-class table)

Define the table-by-class multi method for table.

Define the `table-by-class` multi method for `table`.
sourceraw docstring

deftablecljmacro

(deftable table-name doc & body)

Define a database table.

Define a database table.
sourceraw docstring

has-manyclj

source

tableclj

(table name & body)

Make a new table.

Make a new table.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close