{"id":19726032,"url":"https://github.com/mesmacosta/cloudsql-sqlserver-tooling","last_synced_at":"2025-04-30T00:32:08.499Z","repository":{"id":41300258,"uuid":"260027491","full_name":"mesmacosta/cloudsql-sqlserver-tooling","owner":"mesmacosta","description":"Scripts with the goal to enable easy usage of some SQLServer operations.","archived":false,"fork":false,"pushed_at":"2020-05-27T22:36:00.000Z","size":18,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-21T14:11:56.524Z","etag":null,"topics":["automation","database","developer-tools","gcloud","gcloud-cli","gcloud-sdk","sqlserver","terraform"],"latest_commit_sha":null,"homepage":"","language":"Python","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/mesmacosta.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":"2020-04-29T19:50:42.000Z","updated_at":"2024-04-21T14:11:56.524Z","dependencies_parsed_at":"2022-09-10T18:10:38.658Z","dependency_job_id":null,"html_url":"https://github.com/mesmacosta/cloudsql-sqlserver-tooling","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/mesmacosta%2Fcloudsql-sqlserver-tooling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesmacosta%2Fcloudsql-sqlserver-tooling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesmacosta%2Fcloudsql-sqlserver-tooling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesmacosta%2Fcloudsql-sqlserver-tooling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mesmacosta","download_url":"https://codeload.github.com/mesmacosta/cloudsql-sqlserver-tooling/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224192181,"owners_count":17271195,"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":["automation","database","developer-tools","gcloud","gcloud-cli","gcloud-sdk","sqlserver","terraform"],"created_at":"2024-11-11T23:34:13.618Z","updated_at":"2024-11-11T23:34:14.046Z","avatar_url":"https://github.com/mesmacosta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cloudsql-sqlserver-tooling\n\nScripts with the goal to enable easy usage of some SQLServer operations.\n\n## INIT database\n```bash\n./init-db.sh\n```\n\n## Creating Schemas and Tables in SQLServer\n```bash\n./connect-db.sh\n```\nProvide your password when prompted, then execute:\n```bash\nuse \"test-db\";\nCREATE SCHEMA MY_SCHEMA;\nCREATE TABLE MY_SCHEMA.MY_TABLE (name INT, address TEXT);\nexit\n```\nIf you receive errors please run:\n```bash\nsudo pip install mssql-cli --ignore-installed six\n```\nTo update the sql server driver used by gcloud.\n\n## Clean up SQLServer Schemas and Tables\n```bash\n./cleanup-db.sh\n```\n\n## Delete the SQLServer database\n```bash\n./delete-db.sh\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesmacosta%2Fcloudsql-sqlserver-tooling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmesmacosta%2Fcloudsql-sqlserver-tooling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesmacosta%2Fcloudsql-sqlserver-tooling/lists"}