conduit_graph_neo4j 7.0.0
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_neo4jWith Flutter:
$ flutter pub add conduit_graph_neo4jThis 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.0Alternatively, 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';