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/http_adapters/curb_adapter.rb,
lib/orientdb_client/http_adapters/typhoeus_adapter.rb
Defined Under Namespace
Modules: HttpAdapters, Test Classes: Client, ClientError, CommandExecutionException, ConflictError, ConnectionError, DistributedDuplicateRecordError, DistributedException, DistributedRecordLockedException, DistributedTransactionException, DuplicateRecordError, IllegalArgumentException, MVCCError, NegativeArraySizeException, Node, NotFoundError, OrientdbError, SerializationException, ServerError, TransactionException, UnauthorizedError
Constant Summary collapse
- DATABASE_TYPES =
['document', 'graph']
- VERSION =
"0.0.2"