Skip to content

kek-tech/dart_typedb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.

Features

TODO: List what your package can do. Maybe include images, gifs, or videos.

Getting started

  1. Clone repo for with typedb proto definition files git clone https://github.com/vaticle/typedb-protocol
  2. Ensure dart protobuf compiler is installed : dart pub global activate protoc_plugin.
  3. Check installation is working by running protoc --help
  4. Cd into typedb-protocol repo: cd typedb-protocol
  5. Compile proto definition files into dart files: protoc --dart_out="grpc:<PATH-TO-PROJECT>/lib/src/typedb-protocol" **/*.proto

Usage

TODO: Include short and useful examples for package users. Add longer examples to /example folder.

const like = 'sample';

Additional information

TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages