Liking cljdoc? Tell your friends :D

datumbazo.fixtures


*readers*clj

source

-mainclj

(-main & args)
source

constraints-deferred!clj

(constraints-deferred! db)
source

constraints-immediate!clj

(constraints-immediate! db)
source

delete-fixturesclj

(delete-fixtures db tables)
source

disable-triggersclj

(disable-triggers db table)

Disable triggers on the database table.

Disable triggers on the database `table`.
sourceraw docstring

dump-fixturesclj

(dump-fixtures db directory tables & [opts])

Write the fixtures for tables into directory.

Write the fixtures for `tables` into `directory`.
sourceraw docstring

enable-triggersclj

(enable-triggers db table)

Enable triggers on the database table.

Enable triggers on the database `table`.
sourceraw docstring

fixture-pathclj

(fixture-path db-name)

Returns the fixture path for db-name.

Returns the fixture path for `db-name`.
sourceraw docstring

fixture-seqclj

(fixture-seq directory & [opts])

Returns tree a seq of fixtures in directory.

Returns tree a seq of fixtures in `directory`.
sourceraw docstring

fixturesclj

(fixtures db-name & [opts])

Returns the fixtures for db-name.

Returns the fixtures for `db-name`.
sourceraw docstring

load-fixturesclj

(load-fixtures db directory & [opts])

Load all database fixtures from directory.

Load all database fixtures from `directory`.
sourceraw docstring

read-fixtureclj

(read-fixture db table filename & [{:keys [batch-size]}])

Read the fixtures form filename and insert them into the database table.

Read the fixtures form `filename` and insert them into the database `table`.
sourceraw docstring

reset-serialsclj

(reset-serials db table)

Reset the serial counters of all columns in table.

Reset the serial counters of all columns in `table`.
sourceraw docstring

serial-sequenceclj

(serial-sequence db column)

Return the serial sequence for column in db.

Return the serial sequence for `column` in `db`.
sourceraw docstring

show-helpclj

(show-help)
source

slurp-rowsclj

(slurp-rows filename)

Slurp a seq of database rows from filename.

Slurp a seq of database rows from `filename`.
sourceraw docstring

tablesclj

(tables directory)
source

write-fixtureclj

(write-fixture db table filename & {:keys [identifiers]})

Write the rows of the database table to filename.

Write the rows of the database `table` to `filename`.
sourceraw docstring

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

× close