{"id":25209333,"url":"https://github.com/jwworth/sql-workshop","last_synced_at":"2025-10-04T16:56:43.403Z","repository":{"id":41080861,"uuid":"148833788","full_name":"jwworth/sql-workshop","owner":"jwworth","description":"Material for our SQL workshop at Code Platoon","archived":false,"fork":false,"pushed_at":"2023-07-17T13:04:40.000Z","size":3286,"stargazers_count":13,"open_issues_count":0,"forks_count":203,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T11:39:06.471Z","etag":null,"topics":["databases","postgresql"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/jwworth.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,"zenodo":null}},"created_at":"2018-09-14T19:36:23.000Z","updated_at":"2024-11-09T11:28:57.000Z","dependencies_parsed_at":"2025-05-26T23:10:59.960Z","dependency_job_id":"30e97aff-615f-42d7-bd5f-9aaddfd6b668","html_url":"https://github.com/jwworth/sql-workshop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jwworth/sql-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwworth%2Fsql-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwworth%2Fsql-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwworth%2Fsql-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwworth%2Fsql-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwworth","download_url":"https://codeload.github.com/jwworth/sql-workshop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwworth%2Fsql-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278343085,"owners_count":25971399,"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-10-04T02:00:05.491Z","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":["databases","postgresql"],"created_at":"2025-02-10T13:16:45.910Z","updated_at":"2025-10-04T16:56:43.356Z","avatar_url":"https://github.com/jwworth.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQL Workshop\n\nThis is material for Jack and Jake's SQL workshop at [Code Platoon][cp].\n\nTo see how the day will progress, check out the [Agenda][agenda].\n\n### Setup\n\nClone the repo (no need to fork):\n\n```\n$ git clone https://github.com/jwworth/sql-workshop\n```\n\nInstall [PostgreSQL][pg]. This is really important; please try to have a\nworking PostgreSQL REPL ready before we begin!\n\nOne way to verify a working Postgres installation would be to create and\nconnect to a Postgres database.\n\n```\n$ createdb deleteme\n$ psql deleteme\npsql (15.3)\nType \"help\" for help.\n\ndeleteme=# exit\n\n$ dropdb deleteme\n```\n\nWe'll start with the Phone Book domain.\n\n```\n$ cd sql-workshop/phone_book\n```\n\nOpen up `lesson.sql` in your text editor.\n\n### Additional Resources\n\nYou can't beat the official [PostgreSQL docs][pg-docs]; they are about as good\nas documentation gets. This [conventions page][pg-conventions] will help you\nread them.\n\nWe're proud to have contributed [PG Casts][pgcasts]. This series of videos\ncovers in greater detail many of the commands we'll teach today.\n\n### License\n\nThis project is released under the [MIT License][mit].\n\n### Sponsors\n\nWe are grateful to the following sponsors, who continue to support this\npartnership:\n\n- [CCSalesPro][cc]\n- [Dr. Treat][dr]\n- [Framebridge][fb]\n- [Hashrocket][hr]\n\n[agenda]: agenda.md\n[cc]: https://www.ccsalespro.com/\n[cp]: https://www.codeplatoon.org/\n[dr]: https://www.drtreat.com/\n[fb]: https://www.framebridge.com/\n[hr]: https://hashrocket.com/\n[mit]: http://www.opensource.org/licenses/MIT\n[pg-conventions]: https://www.postgresql.org/docs/current/notation.html\n[pg-docs]: https://www.postgresql.org/docs/\n[pg]: https://www.postgresql.org/\n[pgcasts]: https://pgcasts.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwworth%2Fsql-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwworth%2Fsql-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwworth%2Fsql-workshop/lists"}