For a specific data source :
Open Settings
{
"hidden": false,
"name": "sqlite",
"commandline": "C://Windows//SysWOW64//cmd.exe /k \"D://db.bat\""
}
or
{
"commandline": "powershell.exe /c \"D://db.bat\"",
"hidden": false,
"name": "sqlite ps",
"icon": "D:/dvp/sqlite/sqlite.png"
}
The db.bat is
d:\apps\sqlite\sqlite3.exe d:\projects\db.sqlite3
Just Open sqlite command:
{
"commandline": "powershell.exe /c \"D://db.bat\"",
"hidden": false,
"name": "sqlite ps",
"icon": "D:/dvp/sqlite/sqlite.png"
}
No comments:
Post a Comment