Liking cljdoc? Tell your friends :D

datumbazo.shell


basenameclj

(basename s & [ext])

Returns the basename of s.

Returns the basename of `s`.
sourceraw docstring

dirnameclj

(dirname s)

Returns the dirname of s.

Returns the dirname of `s`.
sourceraw docstring

dump-tableclj

(dump-table db table filename & [opts])

Export a database table via pgdump.

Export a database table via pgdump.
sourceraw docstring

exec-checked-scriptcljmacro

(exec-checked-script name & script)

Execute a bash script, throwing an exception if any element of the script fails.

Execute a bash script, throwing an exception if any element of the
script fails.
sourceraw docstring

exec-checked-script*clj

(exec-checked-script* script)
source

exec-sql-fileclj

(exec-sql-file db filename & [opts])

Execute the SQL in filename in database db.

Execute the SQL in `filename` in database `db`.
sourceraw docstring

log-linesclj

(log-lines level lines)
source

pg-dumpclj

(pg-dump db & [opts])

Run the pgdump command.

Run the pgdump command.
sourceraw docstring

psqlclj

(psql db & [opts])

Run the psql command.

Run the psql command.
sourceraw docstring

raster2pgsqlclj

(raster2pgsql db table input output & [opts])

Run the raster2pgsql command.

Run the raster2pgsql command.
sourceraw docstring

shp2pgsqlclj

(shp2pgsql db table shape-file sql-file & [opts])

Run the shp2pgsql command.

Run the shp2pgsql command.
sourceraw docstring

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

× close