{"id":28555909,"url":"https://github.com/totaljs/querybuildersqlserver","last_synced_at":"2025-11-04T11:03:49.456Z","repository":{"id":259842809,"uuid":"879609654","full_name":"totaljs/querybuildersqlserver","owner":"totaljs","description":"Total.js QueryBuilder for MS SQL Server","archived":false,"fork":false,"pushed_at":"2024-11-05T08:47:07.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T04:37:52.584Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/totaljs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-28T08:27:51.000Z","updated_at":"2024-11-05T08:47:10.000Z","dependencies_parsed_at":"2024-10-28T10:33:05.829Z","dependency_job_id":"0c019555-0f94-4f83-8c69-268c6297c8ba","html_url":"https://github.com/totaljs/querybuildersqlserver","commit_stats":null,"previous_names":["totaljs/querybuildersqlserver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/totaljs/querybuildersqlserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totaljs%2Fquerybuildersqlserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totaljs%2Fquerybuildersqlserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totaljs%2Fquerybuildersqlserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totaljs%2Fquerybuildersqlserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/totaljs","download_url":"https://codeload.github.com/totaljs/querybuildersqlserver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totaljs%2Fquerybuildersqlserver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269518561,"owners_count":24430634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-10T06:08:15.345Z","updated_at":"2025-11-04T11:03:49.422Z","avatar_url":"https://github.com/totaljs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Total.js QueryBuilder: mssql\n\nA simple QueryBuilder integrator for mssql database.\n\n- [Documentation](https://docs.totaljs.com/total4/pzbr001pr41d/)\n- `$ npm install querybuildersqlserver`\n\n## Initialization\n\n- Example: `microsoftsqlserver://user:password@localhost:5432/database`\n\n```js\n// require('querybuilderpg').init(name, connectionstring, pooling, [errorhandling]);\n// name {String} a name of DB (default: \"default\")\n// connectionstring {String} a connection to the mssql\n// pooling {Number} max. clients (default: \"0\" (disabled))\n// errorhandling {Function(err, cmd)}\n\nrequire('querybuilderpg').init('default', CONF.database);\n// require('querybuilderpg').init('default', CONF.database, 10);\n```\n\n**Usage**:\n\n```js\nDATA.find('tbl_user').where('id', 1234).callback(console.log);\n```\n\n## Connection string attributes\n\n- Connection string example: `microsoftsqlserver://user:password@localhost:5432/database`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotaljs%2Fquerybuildersqlserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftotaljs%2Fquerybuildersqlserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotaljs%2Fquerybuildersqlserver/lists"}