Module rusted_cypher::cypher [] [src]

Provides structs used to interact with the cypher transaction endpoint

Reexports

pub use self::statement::Statement;
pub use self::transaction::Transaction;
pub use self::result::CypherResult;

Modules

result
statement
transaction

Transaction management through neo4j's transaction endpoint

Structs

Cypher

Represents the cypher endpoint of a neo4j server

CypherQuery

Represents a cypher query