Skip to content

KalebMatthews/knex-issue-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knex-issue-example

Setup

  1. Run npm install
  2. Create app-settings.js in the projects root directory.
  3. Add the following code to the file:
module.exports = {
    connection: {
        host: "<server ip address>",
        user: "<mssql server user>",
        password: "<mssql server user password>",
        port: <open port to mssql server>,
        database: "KnexIssueExample <Change if the database name in the initial SQL script is changed>"
    }
}
  1. Run the init.sql script on your mssql server to create the test database.
  2. Setup user security rights to the newly created database
  3. npm run start to run the problemmatic scenario

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published