(fileIO-get! k)
Returns the file specified by key <k> on file.io.
Returns the file specified by key <k> on file.io.
(iobj->edn-tag coll)
Helper fn for constructing ObjectWithMeta wrapper. An object of this type will essentially be serialised as a vector of two elements - the <coll> and its metadata map. It will be read back as <coll> with the right metadata attached.
Helper fn for constructing ObjectWithMeta wrapper. An object of this type will essentially be serialised as a vector of two elements - the <coll> and its metadata map. It will be read back as <coll> with the right metadata attached.
(pr-str-fully unpack-meta? & xs)
Wrapper around pr-str
which binds
print-length, print-length & print-meta to nil.
Wrapper around `pr-str` which binds *print-length*, *print-length* & *print-meta* to nil.
(read-edn-object source)
(read-edn-object opts source)
(read-edn-object opts _ source)
Efficiently read one data structure from a stream.
Efficiently read one data structure from a stream.
(read-edn-objects opts source)
Efficiently multiple data structures from a stream.
Efficiently multiple data structures from a stream.
(read-edn-string s)
(read-edn-string opts s)
Efficiently read one data structure from a stream.
Efficiently read one data structure from a stream.
(s3-bucket-bytes s3-in)
(s3-bucket-bytes buffer-size s3-in)
A helper for pulling out the bytes out of an S3 bucket, which has the potential for zero copying.
A helper for pulling out the bytes out of an S3 bucket, which has the potential for zero copying.
(update-or-insert! db table row where-clause)
Updates columns or inserts a new row in the specified table.
Updates columns or inserts a new row in the specified table.
(with-locking lock & body)
Like locking
, but expects a java.util.concurrent.locks.Lock
<lock>.
Like `locking`, but expects a `java.util.concurrent.locks.Lock` <lock>.
(write-edn-object filepath data)
(write-edn-object unpack-meta? filepath data)
Efficiently write large data structures to a stream.
Efficiently write large data structures to a stream.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close