{"id":21348503,"url":"https://github.com/amigoscode/jdbc","last_synced_at":"2026-03-09T01:32:12.729Z","repository":{"id":41555697,"uuid":"405498459","full_name":"amigoscode/jdbc","owner":"amigoscode","description":"Working with Databases in Java using JDBC, Datasource, Connection Pool, Flyway and JDBC Template","archived":false,"fork":false,"pushed_at":"2023-01-23T14:01:53.000Z","size":62,"stargazers_count":107,"open_issues_count":1,"forks_count":129,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-19T16:41:41.898Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.amigoscode.com/courses","language":"Java","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/amigoscode.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}},"created_at":"2021-09-11T22:51:21.000Z","updated_at":"2025-01-30T00:05:46.000Z","dependencies_parsed_at":"2023-02-12T23:45:20.002Z","dependency_job_id":null,"html_url":"https://github.com/amigoscode/jdbc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amigoscode/jdbc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigoscode%2Fjdbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigoscode%2Fjdbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigoscode%2Fjdbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigoscode%2Fjdbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amigoscode","download_url":"https://codeload.github.com/amigoscode/jdbc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigoscode%2Fjdbc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30279777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-22T02:21:58.569Z","updated_at":"2026-03-09T01:32:12.706Z","avatar_url":"https://github.com/amigoscode.png","language":"Java","readme":"# Working with Databases in Java\n- JDBC\n- Datasource\n- Connection Pool\n- Flyway and JDBC Template\n\n# Diagram\n![diagram](https://user-images.githubusercontent.com/40702606/132997719-73170303-30a6-499b-9c59-4143ba0f8439.png)\n\n# How to get started\n- switch to branch `git checkout start`\n- watch YouTube video\n\n# Exercise\n- Add the ability to edit movies\n- Add `actor` table and associate them with movies\nYou will need to create a new migration called: `V1__ActorTable.sql` and the following sql to create the actor table\n```sql\nCREATE TABLE actor\n(\n    id    bigserial primary key,\n    name  TEXT NOT NULL,\n    movie bigint REFERENCES movie (id),\n    unique (name, movie)\n);\n```\n\n# Join the community\n\u003cp\u003e\n    \u003ca href=\"https://discord.com/invite/S7gXXxq8\" alt=\"Contributors\"\u003e\n        \u003cimg src=\"https://img.shields.io/discord/699965319883784252\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famigoscode%2Fjdbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famigoscode%2Fjdbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famigoscode%2Fjdbc/lists"}