{"id":22261756,"url":"https://github.com/jsonfm/introduction-to-databases","last_synced_at":"2026-05-09T14:41:40.856Z","repository":{"id":200386624,"uuid":"705394933","full_name":"jsonfm/introduction-to-databases","owner":"jsonfm","description":"💙 Introduction to databases coursera course by Meta.","archived":false,"fork":false,"pushed_at":"2023-10-15T22:37:11.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-30T12:30:17.428Z","etag":null,"topics":["coursera","databases","docker","mysql","sql"],"latest_commit_sha":null,"homepage":"https://www.coursera.org/learn/introduction-to-databases","language":null,"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/jsonfm.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}},"created_at":"2023-10-15T22:22:06.000Z","updated_at":"2023-10-15T22:31:15.000Z","dependencies_parsed_at":"2023-10-16T19:39:19.769Z","dependency_job_id":null,"html_url":"https://github.com/jsonfm/introduction-to-databases","commit_stats":null,"previous_names":["jsonfm/introduction-to-databases"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fintroduction-to-databases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fintroduction-to-databases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fintroduction-to-databases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fintroduction-to-databases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsonfm","download_url":"https://codeload.github.com/jsonfm/introduction-to-databases/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245472692,"owners_count":20621159,"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":["coursera","databases","docker","mysql","sql"],"created_at":"2024-12-03T09:14:17.139Z","updated_at":"2026-05-09T14:41:40.812Z","avatar_url":"https://github.com/jsonfm.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"### 💙 Introduction to databases\n\nHere are some codes I wrote during the course by `Meta`, also I included a `docker` image to run a mysql database, and some designs I made on `MySQLWorkbench`.\n\n### 🐋 Docker\nTo run the mysql database execute:\n```\ndocker compose up -d\n```\nDon't forget to add the environment variables:\n```\n#.env.example\n\nMYSQL_ROOT_PASSWORD=my_root_password\nMYSQL_DATABASE=my_database\nMYSQL_USER=my_user\nMYSQL_PASSWORD=my_password\n\n```\n\n### ⚡️ Connection\nUsing mysql client you can run:\n```\nmysql -h 127.0.0.1 -P 3306 -u \u003cuser\u003e -p\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonfm%2Fintroduction-to-databases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsonfm%2Fintroduction-to-databases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonfm%2Fintroduction-to-databases/lists"}