We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1890c6 commit 2bfc453Copy full SHA for 2bfc453
README.md
@@ -10,7 +10,7 @@ Xorm Adapter is the [Xorm](https://gitea.com/xorm/xorm) adapter for [Casbin](htt
10
Based on [Xorm Drivers Support](https://gitea.com/xorm/xorm#drivers-support), The current supported databases are:
11
12
- Mysql: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql)
13
-- MyMysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv)
+- MyMysql: [github.com/ziutek/mymysql](https://github.com/ziutek/mymysql/tree/master/godrv)
14
- Postgres: [github.com/lib/pq](https://github.com/lib/pq)
15
- Tidb: [github.com/pingcap/tidb](https://github.com/pingcap/tidb)
16
- SQLite: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
0 commit comments