File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# apijson-surrealdb [ ![ ] ( https://jitpack.io/v/APIJSON/apijson-surrealdb.svg )] ( https://jitpack.io/#APIJSON/apijson-surrealdb )
2- 腾讯 [ APIJSON] ( https://github.com/Tencent/APIJSON ) 6.1 .0+ 的 SurrealDB 数据库插件,可通过 Maven, Gradle 等远程依赖。<br />
3- An SurrealDB plugin for Tencent [ APIJSON] ( https://github.com/Tencent/APIJSON ) 6.1 .0+
2+ 腾讯 [ APIJSON] ( https://github.com/Tencent/APIJSON ) 7.4 .0+ 的 SurrealDB 数据库插件,可通过 Maven, Gradle 等远程依赖。<br />
3+ An SurrealDB plugin for Tencent [ APIJSON] ( https://github.com/Tencent/APIJSON ) 7.4 .0+
44
5- ![ image] ( https://github.com/APIJSON/apijson-surrealdb/assets/5738175/243d7a46-e035-4fe6-be63-51cb54d4a69d )
6- ![ image] ( https://github.com/APIJSON/apijson-surrealdb/assets/5738175/3c2919b6-f90a-4a9e-9fb7-592eb4c1a6bb )
5+ ![ image] ( https://github.com/user-attachments/assets/a354661a-d5a7-4902-ab06-fada169a292c )
76
87
98## 添加依赖
@@ -89,14 +88,14 @@ Override execute in your SQLConfig extends AbstractSQLConfig
8988
9089``` java
9190 @Override
92- public String getNamespace() {
93- return SurrealDBUtil . getNamespace(super . getNamespace(), DEFAULT_NAMESPACE , isSurrealDB());
94- }
95-
96- @Override
97- public String getSQLNamespace() {
98- return SurrealDBUtil . getSQLNamespace(super . getSQLNamespace(), isSurrealDB());
99- }
91+ public String getNamespace() {
92+ return SurrealDBUtil . getNamespace(super . getNamespace(), DEFAULT_NAMESPACE , isSurrealDB());
93+ }
94+
95+ @Override
96+ public String getSQLNamespace() {
97+ return SurrealDBUtil . getSQLNamespace(super . getSQLNamespace(), isSurrealDB());
98+ }
10099
101100 @Override
102101 public String getSchema() {
You can’t perform that action at this time.
0 commit comments