{"id":21951361,"url":"https://github.com/hiswe/sequelize-example","last_synced_at":"2026-04-11T00:20:23.570Z","repository":{"id":42112596,"uuid":"134700082","full_name":"Hiswe/sequelize-example","owner":"Hiswe","description":"a small sequelize example with sub-queries","archived":false,"fork":false,"pushed_at":"2022-12-03T11:04:21.000Z","size":326,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T22:33:41.318Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hiswe.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":"2018-05-24T10:33:36.000Z","updated_at":"2019-05-26T18:43:49.000Z","dependencies_parsed_at":"2023-01-23T22:46:25.978Z","dependency_job_id":null,"html_url":"https://github.com/Hiswe/sequelize-example","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/Hiswe%2Fsequelize-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hiswe%2Fsequelize-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hiswe%2Fsequelize-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hiswe%2Fsequelize-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hiswe","download_url":"https://codeload.github.com/Hiswe/sequelize-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244999231,"owners_count":20544866,"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-29T06:13:42.764Z","updated_at":"2025-12-30T23:45:52.583Z","avatar_url":"https://github.com/Hiswe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sequelize-example\n\na small sequelize example with sub-queries\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n\n- [prerequisite](#prerequisite)\n- [run the demo](#run-the-demo)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## prerequisite\n\n- [node js](https://nodejs.org/en/) \u003e= 8.11.2\n- [PostgreSQL](https://www.postgresql.org/) \u003e=9.6 \n  - create a clean __sequelize-example__ database\n  - [postgresapp](http://postgresapp.com/) on a mac\n  - [postico](https://eggerapps.at/postico/) to visualize\n\n## run the demo\n\n```\nyarn install \u0026\u0026 yarn start\n```\n\nAll routes will render the same result but handled in a different way :)\n\n- http://localhost:3000/baskets\n- http://localhost:3000/baskets/squel\n- http://localhost:3000/baskets/generated-squel\n\n## tweaking the configuration\n\nThis app use [rc](https://www.npmjs.com/package/rc) for handling configuration\n\nJust duplicate `.sequelizeexample-example` to `.sequelizeexample` and change the values:\n\n- `database`: the full url of your database\n  *default*: `postgres://localhost:5432/sequelize-example`\n- `logQuery`: if you want to print the SQL queries\n  *default*: `false`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiswe%2Fsequelize-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiswe%2Fsequelize-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiswe%2Fsequelize-example/lists"}