(close-session session)
Closes the given x protocol session
Closes the given x protocol session
(create-schema session schema-name)
Creates a schema
Creates a schema
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close