From 441b54e9b0c56823eed46ecd6eb00b4b45b5bf81 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Thu, 15 Sep 2022 18:16:03 +0800 Subject: [PATCH] add-java-orm --- docs-2.0/14.client/1.nebula-client.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-2.0/14.client/1.nebula-client.md b/docs-2.0/14.client/1.nebula-client.md index cef54d6047..95eccf0299 100644 --- a/docs-2.0/14.client/1.nebula-client.md +++ b/docs-2.0/14.client/1.nebula-client.md @@ -27,4 +27,5 @@ NebulaGraph 提供多种类型客户端,便于用户连接、管理 NebulaGrap - [NebulaGraph Carina(Python ORM)](https://github.com/nebula-contrib/nebula-carina) - [NORM(Golang ORM)](https://github.com/zhihu/norm) - [Graph-Ocean(Java ORM)](https://github.com/nebula-contrib/graph-ocean) + - [NebulaGraph Ngbatis(MyBatis 风格的 Java ORM)](https://github.com/nebula-contrib/ngbatis)