Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jcasbin/jdbc-adapter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.0
Choose a base ref
...
head repository: jcasbin/jdbc-adapter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 27, 2024

  1. feat: improve README

    hsluoyz committed Sep 27, 2024
    Copy the full SHA
    490645a View commit details
Showing with 1 addition and 9 deletions.
  1. +1 −9 README.md
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ JDBC Adapter

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.

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

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

## Verified Database

- MySQL
- PostgreSQL
- Microsoft SQL Server

We need more developers to help us verify.

## Installation

For Maven: