{"id":22059257,"url":"https://github.com/opentable/grunt-sqlcmd","last_synced_at":"2025-03-23T17:13:26.064Z","repository":{"id":14279471,"uuid":"16987501","full_name":"opentable/grunt-sqlcmd","owner":"opentable","description":"grunt task for executing sqlcmd","archived":false,"fork":false,"pushed_at":"2015-09-04T11:35:55.000Z","size":174,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-05-14T00:26:38.566Z","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":"argallmr/IDLmrvariable","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opentable.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}},"created_at":"2014-02-19T14:50:17.000Z","updated_at":"2019-04-18T19:59:53.000Z","dependencies_parsed_at":"2022-09-07T23:51:51.335Z","dependency_job_id":null,"html_url":"https://github.com/opentable/grunt-sqlcmd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-sqlcmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-sqlcmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-sqlcmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-sqlcmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opentable","download_url":"https://codeload.github.com/opentable/grunt-sqlcmd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245136405,"owners_count":20566588,"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","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":"2024-11-30T17:27:45.505Z","updated_at":"2025-03-23T17:13:26.042Z","avatar_url":"https://github.com/opentable.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grunt-sqlcmd [![Build Status](https://travis-ci.org/opentable/grunt-sqlcmd.png?branch=master)](https://travis-ci.org/opentable/grunt-sqlcmd) [![NPM version](https://badge.fury.io/js/grunt-sqlcmd.png)](http://badge.fury.io/js/grunt-sqlcmd) ![Dependencies](https://david-dm.org/opentable/grunt-sqlcmd.png)\n\nExecute sqlcmd from the command line.\n\nProvides the task `sqlcmd`, which builds\n\n```\ngrunt.initConfig({\n  'sqlcmd': {\n    options: {\n      sqlcmd: '.\\\\path\\\\to\\\\sqlcmd.exe' // defaults to 'sqlcmd.exe'\n    },\n    'my-db': {\n      src: [ 'path\\\\to\\\\files\\\\*.sql' ], // location of sql scripts to run\n      options: {\n        server: 'my.server',\n        database: 'my_database',\n        username: 'user',\n        password: 'password'\n      }\n    }\n  }\n});\n```\n\nUsage:\n```\ngrunt sqlcmd:my-db\n```\n# Future plans:\n\nIntegrate with a pure nodejs version of sqlcmd (maybe)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentable%2Fgrunt-sqlcmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopentable%2Fgrunt-sqlcmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentable%2Fgrunt-sqlcmd/lists"}