晨风のblog
首页
栏目分类
默认分类
Cesium
Vue
C#
Linux
Docker
Revit
Neo4j
Cypher
Nginx
归档
关于
归档
关于
首页
C#
正文
ASP.Net Core EF Code First
晨风
2021-08-17 AM
519℃
0条
Code First 方式创建数据库,命令行: ```bash dotnet ef migrations add InitialCreate dotnet ef database update ``` 使用Sqlite数据库时注意: ```csharp services.AddDbContext
(options => { SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_sqlite3()); options.UseSqlite(Configuration.GetConnectionString("Sqlite")); }); ```
标签: none
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:
http://blog.chenfengly.com/index.php/archives/17/
上一篇
pip安装pycocotools等库时报gcc错误
下一篇
Asp.Net Core API Swagger 显示注释内容
取消回复
评论啦~
提交评论
栏目分类
默认分类
5
Cesium
5
Vue
1
C#
3
Linux
4
Docker
2
Revit
1
Neo4j
0
Cypher
1
Nginx
1
标签云
neo4j
C#
cesium
tree
node
elementui
cypher
vue
SqlServer