Module: OrientdbClient

Defined in:
lib/orientdb_client.rb,
lib/orientdb_client/test.rb,
lib/orientdb_client/errors.rb,
lib/orientdb_client/version.rb,
lib/orientdb_client/http_adapters.rb,
lib/orientdb_client/instrumenters/noop.rb,
lib/orientdb_client/instrumenters/memory.rb,
lib/orientdb_client/http_adapters/curb_adapter.rb,
lib/orientdb_client/http_adapters/typhoeus_adapter.rb,
lib/orientdb_client/instrumentation/log_subscriber.rb

Defined Under Namespace

Modules: HttpAdapters, Instrumentation, Instrumenters, Test Classes: Client, ClientError, CommandExecutionException, ConflictError, ConnectionError, DistributedDuplicateRecordError, DistributedException, DistributedRecordLockedException, DistributedTransactionException, DuplicateRecordError, HttpAdapterError, IllegalArgumentException, MVCCError, NegativeArraySizeException, Node, NotFoundError, OrientdbError, ParsingError, SerializationException, ServerError, Timeout, TransactionException, UnauthorizedError

Constant Summary collapse

DATABASE_TYPES =
['document', 'graph']
VERSION =
"0.0.8"

Class Method Summary collapse

Class Method Details

.client(options = {}) ⇒ Object



14
15
16
# File 'lib/orientdb_client.rb', line 14

def client(options = {})
  Client.new(options)
end