Skip to content

Commit 040371e

Browse files
author
Test
committed
update to add mssql support
1 parent 42655a5 commit 040371e

File tree

3 files changed

+1041
-923
lines changed

3 files changed

+1041
-923
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,17 @@ DB Settings for `aiq` are stored at `~/.commandai/db.json`. You can setup as man
196196
"config": {
197197
"filename": "/path/to/sqlite.db"
198198
}
199+
},
200+
{
201+
"name": "MSSQL_Connection",
202+
"type": "mssql",
203+
"config": {
204+
"user": "mssql_user",
205+
"host": "localhost",
206+
"database": "mssql_db",
207+
"password": "mssql_password",
208+
"port": 1433
209+
}
199210
}
200211
]
201212
```

0 commit comments

Comments
 (0)