grafeo 0.5.25
grafeo: ^0.5.25 copied to clipboard
High-performance embeddable graph database with GQL support. Dart bindings for grafeo-c via dart:ffi.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add grafeoThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
grafeo: ^0.5.25Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:grafeo/grafeo.dart';