conduit_graph_neo4j 7.0.0 copy "conduit_graph_neo4j: ^7.0.0" to clipboard
conduit_graph_neo4j: ^7.0.0 copied to clipboard

Neo4j (Bolt protocol) backend for the conduit_graph type system. Implements Neo4jPersistentStore against a self-contained Bolt v4.x client.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add conduit_graph_neo4j

With Flutter:

 $ flutter pub add conduit_graph_neo4j

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  conduit_graph_neo4j: ^7.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:conduit_graph_neo4j/conduit_graph_neo4j.dart';
0
likes
150
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Neo4j (Bolt protocol) backend for the conduit_graph type system. Implements Neo4jPersistentStore against a self-contained Bolt v4.x client.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

conduit_graph

More

Packages that depend on conduit_graph_neo4j