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