googleclouddatastore 0.2.4
googleclouddatastore: ^0.2.4 copied to clipboard
Connect to a google cloud datastore via the protocol buffer api
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add googleclouddatastoreThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
googleclouddatastore: ^0.2.4Alternatively, 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:googleclouddatastore/datastore.dart';
import 'package:googleclouddatastore/datastore_protobuf.dart';
import 'package:googleclouddatastore/testing/mock_connection.dart';
import 'package:googleclouddatastore/testing/src/action.dart';
import 'package:googleclouddatastore/testing/src/entity_store.dart';