Liking cljdoc? Tell your friends :D

com.chicoalmeida.mysqlx-clj.core


close-sessionclj

(close-session session)

Closes the given x protocol session

Closes the given x protocol session
sourceraw docstring

commitclj

(commit session)
source

create-propsclj

(create-props props)
source

create-schemaclj

(create-schema session schema-name)

Creates a schema

Creates a schema
sourceraw docstring

drop-schemaclj

(drop-schema session schema)

Drops a schema

Drops a schema
sourceraw docstring

get-schemaclj

(get-schema session name)

Get schema reference by name.

Get schema reference by name.
sourceraw docstring

get-schema-namesclj

(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
sourceraw docstring

get-urlclj

(get-url session)

Get the URL used to create this session.

Get the URL used to create this session.
sourceraw docstring

open-sessionclj

(open-session {:keys [host port user password dbname]})

Connects to MySql using x protocol.

Connects to MySql using x protocol.
sourceraw docstring

open?clj

(open? session)
source

rollbackclj

(rollback session)
source

start-transactionclj

(start-transaction session)
source

transactional-executionclj

(transactional-execution session f)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close