(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
(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
(gen-odb-map params)
Generates a map with string keys for OrientDB
Generates a map with string keys for OrientDB
(resultset->maps result-set sort? keywords?)
Converts an OResultSet to a vector of map(s)
Converts an OResultSet to a vector of map(s)
(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