(close-session session)
Closes the given x protocol session
Closes the given x protocol session
(commit session)
(create-props props)
(get-schema session name)
Get schema reference by name.
Get schema reference by name.
(get-schema-names session)
Gets a list of all schema names present on the server
Gets a list of all schema names present on the server
(get-url session)
Get the URL used to create this session.
Get the URL used to create this session.
(open-session {:keys [host port user password dbname]})
Connects to MySql using x protocol.
Connects to MySql using x protocol.
(open? session)
(rollback session)
(start-transaction session)
(transactional-execution session f)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close