{"id":22351887,"url":"https://github.com/screwdriver-cd/datastore-sequelize","last_synced_at":"2025-07-30T07:31:57.254Z","repository":{"id":44546169,"uuid":"70541696","full_name":"screwdriver-cd/datastore-sequelize","owner":"screwdriver-cd","description":"Datastore implementation for mysql, postgres, sqlite3 and mssql","archived":false,"fork":false,"pushed_at":"2024-09-04T19:03:58.000Z","size":139,"stargazers_count":1,"open_issues_count":0,"forks_count":7,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-11-08T08:08:44.682Z","etag":null,"topics":["javascript","nodejs"],"latest_commit_sha":null,"homepage":"https://cd.screwdriver.cd/pipelines/26/events","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/screwdriver-cd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2016-10-11T00:55:06.000Z","updated_at":"2024-09-04T19:01:15.000Z","dependencies_parsed_at":"2024-03-12T02:29:05.765Z","dependency_job_id":"59deb13d-08c9-4bc9-9868-6108bd8b7dd8","html_url":"https://github.com/screwdriver-cd/datastore-sequelize","commit_stats":{"total_commits":88,"total_committers":28,"mean_commits":3.142857142857143,"dds":0.8977272727272727,"last_synced_commit":"e14d970ac5687eef9f57b2a3ea5ccfaa49e68cea"},"previous_names":[],"tags_count":84,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fdatastore-sequelize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fdatastore-sequelize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fdatastore-sequelize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fdatastore-sequelize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/screwdriver-cd","download_url":"https://codeload.github.com/screwdriver-cd/datastore-sequelize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228106386,"owners_count":17870438,"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":["javascript","nodejs"],"created_at":"2024-12-04T12:16:16.910Z","updated_at":"2024-12-04T12:16:17.682Z","avatar_url":"https://github.com/screwdriver-cd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Datastore Sequelize\n[![Version][npm-image]][npm-url] ![Downloads][downloads-image] [![Build Status][status-image]][status-url] [![Open Issues][issues-image]][issues-url] ![License][license-image]\n\n\u003e Datastore implementation for mysql, postgres, sqlite3, and mssql\n\n## Usage\n\n```bash\nnpm install screwdriver-datastore-sequelize\n```\n\n### Initialization\n\nThis module takes the same input as the [sequelize class](http://docs.sequelizejs.com/en/latest/api/sequelize/) with the exception of `database`, `username`, and `password`.  Those should be combined into the overall config object.\n\n```js\nconst Sequelize = require('screwdriver-datastore-sequelize');\nconst datastore = new Sequelize();\n```\n\n#### Define a specific region and credentials to interact with\n\n```js\nconst Sequelize = require('screwdriver-datastore-sequelize');\nconst pcGamerDatastore = new Sequelize({\n    dialect: 'postgres',\n    database: 'banana',\n    username: 'coconut',\n    password: 'm0nK3Ys\u0026'\n});\n```\n\n### Methods\n\nSee [base class](https://github.com/screwdriver-cd/datastore-base) for more information.\n\n## Testing\n\n```bash\nnpm test\n```\n\n## License\n\nCode licensed under the BSD 3-Clause license. See LICENSE file for terms.\n\n[npm-image]: https://img.shields.io/npm/v/screwdriver-datastore-sequelize.svg\n[npm-url]: https://npmjs.org/package/screwdriver-datastore-sequelize\n[downloads-image]: https://img.shields.io/npm/dt/screwdriver-datastore-sequelize.svg\n[license-image]: https://img.shields.io/npm/l/screwdriver-datastore-sequelize.svg\n[issues-image]: https://img.shields.io/github/issues/screwdriver-cd/screwdriver.svg\n[issues-url]: https://github.com/screwdriver-cd/screwdriver/issues\n[status-image]: https://cd.screwdriver.cd/pipelines/26/badge\n[status-url]: https://cd.screwdriver.cd/pipelines/26\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrewdriver-cd%2Fdatastore-sequelize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscrewdriver-cd%2Fdatastore-sequelize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrewdriver-cd%2Fdatastore-sequelize/lists"}