(begin session)
Begins an OrientDB transaction
Begins an OrientDB transaction
(close-db db)
Close the database connection
Close the database connection
(close-session session)
Close the database session
Close the database session
(command {:keys [session command params sort? keywords?]})
Returns the result of the given session, command, and parameters as a vector of maps optionally sorted and using keywords
Returns the result of the given session, command, and parameters as a vector of maps optionally sorted and using keywords
(commit session)
Commits an OrientDB transaction
Commits an OrientDB transaction
(connect {:keys [url root-user root-password config db-name db-user db-password
pool?]})
Connect to a remote OrientDB instance with required and optional properties Note: :root-user & :root-password may be nil, but are required for root tasks
Connect to a remote OrientDB instance with required and optional properties Note: :root-user & :root-password may be nil, but are required for root tasks
(create-db {:keys [db db-name db-type config]})
Creates an OrientDB database Note: Root credentials must have been provided in connect
Creates an OrientDB database Note: Root credentials must have been provided in connect
(drop-db {:keys [db db-name]})
Drops given OrientDB database Note: Root credentials must have been provided in connect
Drops given OrientDB database Note: Root credentials must have been provided in connect
(query {:keys [session query params sort? keywords?]})
Returns the result of the given session, query, and parameters as a vector of maps optionally sorted and using keywords
Returns the result of the given session, query, and parameters as a vector of maps optionally sorted and using keywords
(rollback session)
Rolls back an OrientDB transaction
Rolls back an OrientDB transaction
(script {:keys [session lang script params keywords?]})
Executes a script
Executes a script
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close