metosin.jdbc
(i.e. all the copied fns)
entities
and identifiers
options to connection spec to
convert column names.metosin.dates
metosin.jdbc.java-time
to provide time conversions for Clojure.java.jdbcmetosin.transit.java-time
to provide readers and writers for Transit
using Java timemetosin.xml
metosin.jdbc.joda.time
to metosin.jdbc.joda-time
(old namespace
provided also for compatibility & deprecated)metosin.copy-namespaces
which provides a function to copy namespaces
from classpath to a directory. This can be used e.g. with deps.edn to copy
wanted files from metosin-common to the project repository. Check
metosin_common.clj scriptmetosin.edn
, clojure.tools.reader.edn
can be used instead.metosin.dates
nil
in metosin.dates/format
backend.email/create
Component.metosin.dates
.ISQLValue
implementation from metosin.postgres.types
ISQLValue
implementation to write maps and vectors as JSON, instead provide new
write-json
function to create JSON PGobject.metosin.testing
which provides assert-expr
method for handling (is (not ...))
metosin.dates/ToNative
implementation for native date objects, so to-native
returns the same object if the object is already native date object.dates/date->str
, dates/date-time->str
, use format
insteaddates/add
with dates/plus
, similar to JodaTime API instead of Closure (add
is still available, but deprecated).dates/before?
, dates/after?
and dates/equal?
predicates (#6)dates/date?
and dates/date-time?
predicatesmetosin.ring.utils.etag
and metosin.ring.utils.last-modified
to work with conditional HTTP requestsmetosin.email
- pass in :tls true
in SMTP settings.metosin.edn.dates
metosin.bootstrap.*
to Komponentitmetosin.forms
metosin.ui.routing.schema/schema-query
metosin.dates
today
and now
with date
and date-time
zero-arity versions.to-string
to create good string representation for a objectminus
metosin.dates.schema
metosin.jdbc
insert!
result are converted to use kebab-casemetosin.dates
java.jdbc
function to metosin.jdbc
metosin.postgres.joda.time
to metosin.jdbc.joda.time
LocalDate
<-> java.sql.Date
conversionCan you improve this documentation? These fine people already did:
Juho Teperi & Miikka KoskinenEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close