Skip to content

support db

ansonzhang edited this page Dec 12, 2019 · 4 revisions

Sqlite

appsettings.json 中配置:

  "Sqlite": {
    "Enabled": true,
    "SqliteConnection": "WMBlog.db"//只写数据库名就行,我会拼接字符串
  },


入门指南

前端项目

交流与反馈

  • FAQ page is a good place to see whether your question is already asked.
  • Ask a question in cnblogs if you need help.
  • Submit an issue if you found a bug or have a feature request.
  • Open a pull request when you prepared to contribute. Before that, it is encouraged to open an issue to discuss.

更新日志

Clone this wiki locally