You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`CovenantSQL` provides `Java SDK` to access database instance through [`Adapter`](./adapter) service.
10
+
11
+
`Java SDK` is compatible with `JDBC4` specifications,and popular `ORM` like `MyBatis` is supported through JDBC interface.
12
+
13
+
### Compatibility
14
+
15
+
`Java SDK` requires `Java 1.7+`.
16
+
17
+
### Installation and quick start
18
+
19
+
Before using `Java SDK`, an adapter tool deployment is required, please see [Deploy Adapter Service](./adapter).
20
+
21
+
Now you can use `jdbc:covenantsql://<adapter_endpoint>/<database_id>` uri,replacing `adapter_endpoint` with adapter listen address,`database_id` with database id。
0 commit comments