grafeo 0.5.21
grafeo: ^0.5.21 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 grafeoWith Flutter:
$ flutter 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.21Alternatively, 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:grafeo/grafeo.dart';