{"id":27091617,"url":"https://github.com/biancodavide3/jdbc","last_synced_at":"2025-08-21T12:43:36.951Z","repository":{"id":282855626,"uuid":"949889552","full_name":"biancodavide3/jdbc","owner":"biancodavide3","description":"Working with Databases in Java using JDBC, Datasource, Connection Pool, Flyway and JDBC Template","archived":false,"fork":false,"pushed_at":"2025-03-17T09:55:40.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T04:46:16.728Z","etag":null,"topics":["jdbc"],"latest_commit_sha":null,"homepage":"https://www.amigoscode.com","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/biancodavide3.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":"2025-03-17T09:55:19.000Z","updated_at":"2025-03-17T10:02:59.000Z","dependencies_parsed_at":"2025-03-17T10:39:55.864Z","dependency_job_id":null,"html_url":"https://github.com/biancodavide3/jdbc","commit_stats":null,"previous_names":["biancodavide3/jdbc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/biancodavide3/jdbc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biancodavide3%2Fjdbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biancodavide3%2Fjdbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biancodavide3%2Fjdbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biancodavide3%2Fjdbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biancodavide3","download_url":"https://codeload.github.com/biancodavide3/jdbc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biancodavide3%2Fjdbc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271484230,"owners_count":24767760,"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-21T02:00:08.990Z","response_time":74,"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":["jdbc"],"created_at":"2025-04-06T07:52:45.129Z","updated_at":"2025-08-21T12:43:36.871Z","avatar_url":"https://github.com/biancodavide3.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiancodavide3%2Fjdbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiancodavide3%2Fjdbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiancodavide3%2Fjdbc/lists"}