(append+newline writer)
Append to a ndnippy file, return count of bytes appended
Append to a ndnippy file, return count of bytes appended
(append-writer filename & _)
Return af BufferedWriter for the database index. Use in a with-open block or close explicitly.
Return af BufferedWriter for the database index. Use in a with-open block or close explicitly.
(ndfile-md5 filename)
Reads first and last line of file, return corresponding MD5
Reads first and last line of file, return corresponding MD5
(parse-db {:keys [filename log-limit] :as params} serialized-filename)
Parse nd-db metadata format v0.9.0+
Parse nd-db metadata format v0.9.0+
(parse-params &
{:keys [filename id-fn id-rx-str id-path id-name id-type
col-separator col-parser index-folder index-persist?
log-limit]
:as params})
Parses input params for intake by raw-db
Parses input params for intake by raw-db
(path->folder+filename filepath)
Splits filename into path/folder and filename
Splits filename into path/folder and filename
(serialize-db db)
(serialize-db db-info index nddbmeta-filepath)
nd-db metadata format v0.9.0+
nd-db metadata format v0.9.0+
(serialized-db-filepath &
{:keys [filename idx-id index-folder
serialized-filename]})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close