{"id":16470604,"url":"https://github.com/remrkabledev/node_sequelize","last_synced_at":"2025-08-20T00:04:52.245Z","repository":{"id":42190887,"uuid":"165844243","full_name":"reMRKableDev/node_sequelize","owner":"reMRKableDev","description":"A short introduction to using Sequelize on Nodejs","archived":false,"fork":false,"pushed_at":"2023-07-10T22:20:47.000Z","size":94,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-28T10:48:06.817Z","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":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-01-15T12:06:14.000Z","updated_at":"2023-03-09T00:35:18.000Z","dependencies_parsed_at":"2024-10-11T12:21:27.180Z","dependency_job_id":null,"html_url":"https://github.com/reMRKableDev/node_sequelize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reMRKableDev/node_sequelize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fnode_sequelize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fnode_sequelize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fnode_sequelize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fnode_sequelize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reMRKableDev","download_url":"https://codeload.github.com/reMRKableDev/node_sequelize/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fnode_sequelize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271242036,"owners_count":24724978,"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-19T02:00:09.176Z","response_time":63,"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":"2024-10-11T12:11:17.656Z","updated_at":"2025-08-20T00:04:52.161Z","avatar_url":"https://github.com/reMRKableDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sequelize Node.js\n\nA short introduction to using the Sequelize on Node.js.\n\n## Getting Started\n\nSample database operations ran from a node application.\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\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%2Fnode_sequelize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremrkabledev%2Fnode_sequelize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremrkabledev%2Fnode_sequelize/lists"}