Update readme.md

This commit is contained in:
2881099 2022-09-09 02:33:35 +08:00 committed by GitHub
parent 487b0b622f
commit afbe645e3d
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 等数据库,牺牲一些功能: 除了上面,还提供了自己适配更多的数据库,比如连接 mssql 2000、db2 等,自定义适配将牺牲一些功能:
- 不支持 CodeFirst 自动迁移 - 不支持 CodeFirst 自动迁移
- 不支持 DbFirst 接口方法的实现 - 不支持 DbFirst 接口方法的实现