{"id":16119114,"url":"https://github.com/benslabbert/jdbc-cmd-example","last_synced_at":"2025-04-06T10:18:07.949Z","repository":{"id":101553403,"uuid":"126722333","full_name":"BenSlabbert/jdbc-cmd-example","owner":"BenSlabbert","description":null,"archived":false,"fork":false,"pushed_at":"2018-03-25T17:58:29.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T15:48:15.642Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/BenSlabbert.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":"2018-03-25T17:31:41.000Z","updated_at":"2018-03-25T17:58:30.000Z","dependencies_parsed_at":"2023-06-05T14:00:46.810Z","dependency_job_id":null,"html_url":"https://github.com/BenSlabbert/jdbc-cmd-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/BenSlabbert%2Fjdbc-cmd-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenSlabbert%2Fjdbc-cmd-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenSlabbert%2Fjdbc-cmd-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenSlabbert%2Fjdbc-cmd-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenSlabbert","download_url":"https://codeload.github.com/BenSlabbert/jdbc-cmd-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247464233,"owners_count":20942970,"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-10-09T20:52:58.022Z","updated_at":"2025-04-06T10:18:07.922Z","avatar_url":"https://github.com/BenSlabbert.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"add schema called `pets`\n\n`create schema pets`\n\nadd the following table:\n\n`create table pets.pet\n (\n \tid bigint auto_increment\n \t\tprimary key,\n \tname varchar(50) null,\n \tage int default 0 null,\n \ttype varchar(10) null,\n \tconstraint pet_id_uindex\n \t\tunique (id)\n )\n engine=InnoDB\n ;\n `","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenslabbert%2Fjdbc-cmd-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenslabbert%2Fjdbc-cmd-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenslabbert%2Fjdbc-cmd-example/lists"}