Skip to content

Commit 490645a

Browse files
committed
feat: improve README
1 parent 51a7583 commit 490645a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ JDBC Adapter
1010

1111
JDBC Adapter is the [JDBC](https://en.wikipedia.org/wiki/Java_Database_Connectivity) adapter for [jCasbin](https://github.com/casbin/jcasbin). With this library, jCasbin can load policy from JDBC supported database or save policy to it.
1212

13-
Based on [Supported JDBC Drivers and Databases](https://docs.oracle.com/cd/E19226-01/820-7688/gawms/index.html), The current supported databases are:
13+
Based on [Supported JDBC Drivers and Databases](https://docs.oracle.com/cd/E19226-01/820-7688/gawms/index.html), The currently supported databases are:
1414

1515
- MySQL
1616
- Java DB
@@ -20,14 +20,6 @@ Based on [Supported JDBC Drivers and Databases](https://docs.oracle.com/cd/E1922
2020
- Sybase
2121
- Microsoft SQL Server
2222

23-
## Verified Database
24-
25-
- MySQL
26-
- PostgreSQL
27-
- Microsoft SQL Server
28-
29-
We need more developers to help us verify.
30-
3123
## Installation
3224

3325
For Maven:

0 commit comments

Comments
 (0)