0

有人可以帮我在 Sublime Text 3 中设置 SQLite 连接吗?这就是我从原始 SQLTOOLS 更改的所有设置

// Settings in here override those in "SQLTools/SQLTools.sublime-settings"
 "cli": {

"sqlite"  : "C:/SQLite/sqlite3.exe",

},

连接是:

// List all your connections to DBs here

"connections": {
    "Connection SQLite": {
    "type"    : "sqlite",
    "database": "c:/SQLite/sample_db.db",
    "encoding": "utf-8"
  },
    "default": null
}

Sublime Text 错误: 第 1 行,第 20 列;SQLTools:无法解析 SQLToolsConnections.sublime-settings 文件

4

0 回答 0