mirror of
https://github.com/anjoy8/Blog.Core.git
synced 2025-02-08 10:50:43 +08:00
Created support db (markdown)
parent
b6aded7a91
commit
c0e82fa191
12
support-db.md
Normal file
12
support-db.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
### Sqlite
|
||||||
|
|
||||||
|
```
|
||||||
|
appsettings.json 中配置:
|
||||||
|
|
||||||
|
"Sqlite": {
|
||||||
|
"Enabled": true,
|
||||||
|
"SqliteConnection": "WMBlog.db"//只写数据库名就行,我会拼接字符串
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user