{"id":16470621,"url":"https://github.com/remrkabledev/sequelize-associations","last_synced_at":"2026-02-09T06:33:15.287Z","repository":{"id":42190895,"uuid":"188876682","full_name":"reMRKableDev/sequelize-associations","owner":"reMRKableDev","description":"An introduction to creating associations with Sequelize on Node.js","archived":false,"fork":false,"pushed_at":"2025-01-10T14:45:07.000Z","size":171,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T12:38:57.955Z","etag":null,"topics":["database","nodejs","sequelize"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reMRKableDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-05-27T16:28:00.000Z","updated_at":"2025-01-10T14:45:08.000Z","dependencies_parsed_at":"2024-05-03T20:41:59.692Z","dependency_job_id":"24b58cac-8641-481a-8e6c-1f543b1bf992","html_url":"https://github.com/reMRKableDev/sequelize-associations","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reMRKableDev/sequelize-associations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fsequelize-associations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fsequelize-associations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fsequelize-associations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fsequelize-associations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reMRKableDev","download_url":"https://codeload.github.com/reMRKableDev/sequelize-associations/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fsequelize-associations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29258204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["database","nodejs","sequelize"],"created_at":"2024-10-11T12:11:19.754Z","updated_at":"2026-02-09T06:33:15.246Z","avatar_url":"https://github.com/reMRKableDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sequelize-associations\n\nAn introduction to creating associations with Sequelize on Node.js\n\n## Getting Started\n\nChange the .env.default file to a .env file which will hold the environment variables associated with your database.\n\nConfigure your Sequelize connector to read from process.env\n\n```\nconst connector = new Sequelize(\n  process.env.YOUR_DATABASE_NAME,\n  process.env.YOUR_DATABASE_USER,\n  process.env.YOUR_DATABASE_PASSWORD,\n  {\n    host: process.env.YOUR_DATABASE_HOST,\n    dialect: YOUR_DATABASE_DIALECT\n  }\n);\n```\n\n### Prerequisites\n\nWhat things you need to install the software and how to install them\n\n```\nsequelize\npg\npg-hstore\ndotenv\nejs\nexpress\n```\n\n### How To:\n\nTo use the examples provided:\n\n```\n1. Clone repo.\n2. Run 'npm install' on your local repo so as to get the required dependencies.\n3. Choose desired folder + run node apps.\n\n```\n\nRemember that you can only run the \"node app.js\" when you are in a folder with an app.js.\n\nHave fun :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremrkabledev%2Fsequelize-associations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremrkabledev%2Fsequelize-associations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremrkabledev%2Fsequelize-associations/lists"}