lokeshlal / TextToSql

an attempt to convert natural language to sql statement
MIT License
38 stars 14 forks source link

How connection string have to be given #3

Closed athul-p closed 4 years ago

lokeshlal commented 4 years ago

In configuration/config.json file, set connection_string field.

"connection_string":"Driver={ODBC Driver 13 for SQL Server};Server={SERVER};Database={DATABASE};Uid={USERID};Pwd={PASSWORD};Encrypt=yes;TrustServerCertificate=no;Connection Timeout=30;"

The above is standard SQL server connection string.

athul-p commented 4 years ago

thank you