{"id":20514561,"url":"https://github.com/lnvaldez/pokemon-database","last_synced_at":"2025-03-05T23:16:30.501Z","repository":{"id":250019179,"uuid":"829678582","full_name":"lnvaldez/pokemon-database","owner":"lnvaldez","description":"A comprehensive SQL-based project for managing a Pokémon database. Includes scripts for creating, reading, updating, and deleting trainers, Pokémon, battles, and trainer-Pokémon relationships.","archived":false,"fork":false,"pushed_at":"2024-07-25T15:41:46.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T09:44:13.248Z","etag":null,"topics":["crud","data-deletion","data-insertion","data-manipulation","data-relationships","data-retrieval","data-update","database","database-design","database-management","pokemon","project-management","relational-database","sql","sql-project","sql-queries","sql-scripts"],"latest_commit_sha":null,"homepage":"","language":"TSQL","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/lnvaldez.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":"2024-07-16T22:39:55.000Z","updated_at":"2024-07-25T15:41:50.000Z","dependencies_parsed_at":"2024-07-24T19:28:07.984Z","dependency_job_id":"9f55c17b-ffd3-46bf-aec5-4e4c1775ff6e","html_url":"https://github.com/lnvaldez/pokemon-database","commit_stats":null,"previous_names":["lnvaldez/pokemon-database"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnvaldez%2Fpokemon-database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnvaldez%2Fpokemon-database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnvaldez%2Fpokemon-database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnvaldez%2Fpokemon-database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lnvaldez","download_url":"https://codeload.github.com/lnvaldez/pokemon-database/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242117717,"owners_count":20074438,"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":["crud","data-deletion","data-insertion","data-manipulation","data-relationships","data-retrieval","data-update","database","database-design","database-management","pokemon","project-management","relational-database","sql","sql-project","sql-queries","sql-scripts"],"created_at":"2024-11-15T21:17:06.590Z","updated_at":"2025-03-05T23:16:30.464Z","avatar_url":"https://github.com/lnvaldez.png","language":"TSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align='center'\u003e🔴 Pokémon-Database ⚪\u003c/h1\u003e\nSQL scripts to create and manage a Pokémon database. The database includes tables for trainers, Pokémon, and battles, along with relationships between trainers and Pokémon. The repository also includes various SQL queries to interact with the data.\n\n## 🔑 Database Schema\n\n![DATABASE_SCHEMA](/assets/db_schema.png)\n\n\u003ch2 align='center'\u003e⚙️ CRUD\u003c/h2\u003e\n\n### ➕ Create\n\n- [Add trainers](/insert/insert_trainer.sql)\n- [Add pokemon](/insert/insert_pokemon.sql)\n- [Add battles](/insert/insert_battle.sql)\n- [Add trainer-pokemon relationship](/insert/insert_trainer_pokemon_relationship.sql)\n\n### 📖 Read\n\n- [Retrieve all pokemon and trainers](/select/select_pokemon_and_trainers.sql)\n- [Retrieve a trainer's pokemon](/select/select_pokemon_for_trainer.sql)\n- [Retrieve all trainers](/select/select_trainers_with_pokemon.sql)\n- [Retrieve a battle](/select/select_battle.sql)\n\n### ☝️ Update\n\n- [Update trainer data](/update/update_trainer.sql)\n- [Update pokemon data](/update/update_pokemon.sql)\n- [Update battle data](/update/update_battle.sql)\n\n### ❌ Delete\n\n- [Delete trainer records](/delete/delete_trainer_records.sql)\n- [Delete pokemon records](/delete/delete_pokemon_records.sql)\n- [Delete trainer-pokemon relationship](/delete/delete_trainer_pokemon_relationship.sql) \u003c/br\u003e\n\n---\n\n\u003c/br\u003e\n\n\u003cdiv align='center'\u003e\n\n![Ivysaur](https://github.com/TheArtificial/pokemon-icons/blob/master/_icons/SVG/002-ivysaur-shiny.svg?short_path=426f0b8)\n![Venusaur](https://github.com/TheArtificial/pokemon-icons/blob/master/_icons/SVG/003-venusaur-shiny.svg?short_path=426f0b8)\n![Charmander](https://github.com/TheArtificial/pokemon-icons/blob/master/_icons/SVG/004-charmander-shiny.svg?short_path=426f0b8)\n![Charmeleon](https://github.com/TheArtificial/pokemon-icons/blob/master/_icons/SVG/005-charmeleon-shiny.svg?short_path=426f0b8)\n![Charizard](https://github.com/TheArtificial/pokemon-icons/blob/master/_icons/SVG/006-charizard-shiny.svg?short_path=426f0b8) \u003c/br\u003e\n\n[Icons by TheArtificial](https://theartificial.github.io/pokemon-icons/)\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnvaldez%2Fpokemon-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flnvaldez%2Fpokemon-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnvaldez%2Fpokemon-database/lists"}