dgraph 0.1.0 copy "dgraph: ^0.1.0" to clipboard
dgraph: ^0.1.0 copied to clipboard

outdated

Dgraph Dart client which communicates with the server using gRPC.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dgraph

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

dependencies:
  dgraph: ^0.1.0

Alternatively, 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:dgraph/dgraph.dart';
18
likes
0
points
72
downloads

Documentation

Documentation

Publisher

verified publishermarceloneppel.dev

Weekly Downloads

Dgraph Dart client which communicates with the server using gRPC.

Homepage

License

unknown (license)

Dependencies

grpc, protobuf

More

Packages that depend on dgraph