{"id":24655150,"url":"https://github.com/xtenzq/uni-database","last_synced_at":"2026-04-13T13:02:48.518Z","repository":{"id":115829786,"uuid":"208760312","full_name":"xtenzQ/Uni-Database","owner":"xtenzQ","description":"📚 Homework repository for Database course at Inha University","archived":false,"fork":false,"pushed_at":"2019-11-13T12:37:05.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T06:45:30.090Z","etag":null,"topics":["c","cpp","database","mariadb","mysql","sql","university-assignment"],"latest_commit_sha":null,"homepage":"","language":"C","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/xtenzQ.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":"2019-09-16T09:23:55.000Z","updated_at":"2019-11-16T07:03:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd68b8c6-a1d2-43d1-813d-731df83dc233","html_url":"https://github.com/xtenzQ/Uni-Database","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xtenzQ/Uni-Database","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtenzQ%2FUni-Database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtenzQ%2FUni-Database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtenzQ%2FUni-Database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtenzQ%2FUni-Database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xtenzQ","download_url":"https://codeload.github.com/xtenzQ/Uni-Database/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtenzQ%2FUni-Database/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"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":["c","cpp","database","mariadb","mysql","sql","university-assignment"],"created_at":"2025-01-25T22:36:16.981Z","updated_at":"2026-04-13T13:02:48.498Z","avatar_url":"https://github.com/xtenzQ.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🗄️ Database course\nRepository for database course labs and assignment\n\n## 👨‍💻 Contributors\n [@xtenzQ](https://github.com/xtenzQ), [@SiedlerLorenz](https://github.com/SiedlerLorenz), [@Eddie-Tang](https://github.com/Eddie-Tang)\n\n## ⚙️ Set up your MySQL\n\n1. GCC Compiler\n```\n$ sudo apt-get install gcc\n```\n2. MYSQL Server\n```\n$ sudo apt-get install mysql-server\n$ mysql_secure_installation\n```\n3. MYSQL Client Library\n```\n$ sudo apt-get install libmysqlclient-dev\n```\n4. MySQL Library configuration\n```\n$ mysql_config --libs\n$ mysql_config --cflags\n```\n\n## 🌐 Download\n\nTo install this project simply clone it to your folder:\n```\n$ git clone git://github.com/xtenzQ/Uni-Database.git\n```\n\n## 🔧 Compile\n\nTo successfully compile use `mysql` flags:\n\n```\n$ gcc -o test mysql_example.c $(mysql_config --cflags) $(mysql_config --libs)\n```\n## Labs\n\n1. [Basic SQL](/Lab%201/)\n2. [Database Access from C](/Lab%202/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtenzq%2Funi-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxtenzq%2Funi-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtenzq%2Funi-database/lists"}