Sha256: 77f7e571f3c9ab76c2e1efd6284a407bd62711cf4d47020aa32548d915094ff9

Contents?: true

Size: 582 Bytes

Versions: 13

Compression:

Stored size: 582 Bytes

Contents

require 'active_graph/core/instrumentable'
require 'active_graph/core/entity'
require 'active_graph/core/node'
require 'active_graph/core/query'
require 'active_graph/core/record'
require 'active_graph/core/wrappable'
require 'active_graph/transaction'
require 'neo4j_ruby_driver'

Neo4j::Driver::Types::Entity.include ActiveGraph::Core::Wrappable
Neo4j::Driver::Types::Entity.prepend ActiveGraph::Core::Entity
Neo4j::Driver::Types::Node.prepend ActiveGraph::Core::Node
Neo4j::Driver::Result.prepend ActiveGraph::Core::Result
Neo4j::Driver::Record.prepend ActiveGraph::Core::Record

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
activegraph-11.1.0 lib/active_graph/core.rb
activegraph-11.1.0.beta.1 lib/active_graph/core.rb
activegraph-11.1.0.alpha.4 lib/active_graph/core.rb
activegraph-11.1.0.alpha.3 lib/active_graph/core.rb
activegraph-11.1.0.alpha.2 lib/active_graph/core.rb
activegraph-11.1.0.alpha.1 lib/active_graph/core.rb
activegraph-11.0.2-java lib/active_graph/core.rb
activegraph-11.0.1-java lib/active_graph/core.rb
activegraph-11.0.0-java lib/active_graph/core.rb
activegraph-11.0.0.beta.4-java lib/active_graph/core.rb
activegraph-11.0.0.beta.3-java lib/active_graph/core.rb
activegraph-11.0.0.beta.2-java lib/active_graph/core.rb
activegraph-11.0.0.beta.1-java lib/active_graph/core.rb