Update readme.md

This commit is contained in:
2881099 2022-09-09 02:34:51 +08:00 committed by GitHub
parent afbe645e3d
commit 0cc3815f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ fsql.SetDbProviderFactory(MySqlConnectorFactory.Instance);
# 自定义适配
除了上面,还提供了自己适配更多的数据库,比如连接 mssql 2000、db2 等,自定义适配将牺牲一些功能:
除了上面,还提供了自定义适配更多的数据库,比如 mssql2000、db2,自定义适配将牺牲一些功能:
- 不支持 CodeFirst 自动迁移
- 不支持 DbFirst 接口方法的实现