文件名称:Android代码-dgraph4j
文件大小:163KB
文件格式:ZIP
更新时间:2022-08-26 11:16:44
Android代码
Dgraph Client for Java A minimal implementation for a Dgraph client for Java 1.8 and above, using grpc. This client follows the Dgraph Go client closely. Before using this client, we highly recommend that you go through docs.dgraph.io, and understand how to run and work with Dgraph. Table of Contents Download Quickstart Intro Using the Synchronous Client Create the client Alter the database Create a transaction Run a mutation Run a query Commit a transaction Setting Deadlines Setting Metadata
【文件预览】:
dgraph4j-master
----.gitignore(118B)
----settings.gradle(630B)
----build.gradle(8KB)
----src()
--------integration-test()
--------main()
--------test()
----gradlew(5KB)
----samples()
--------DgraphJavaSample()
----LICENSE(11KB)
----CHANGELOG.md(1KB)
----README.md(14KB)
----gradlew.bat(2KB)
----gradle()
--------wrapper()
----PUBLISHING.md(2KB)
----release.sh(128B)