{"id":18021256,"url":"https://github.com/ho-cooh/osu-db-parser","last_synced_at":"2025-04-04T17:23:09.682Z","repository":{"id":112727884,"uuid":"444141749","full_name":"HO-COOH/osu-db-parser","owner":"HO-COOH","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-16T09:37:42.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T02:45:30.666Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/HO-COOH.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":"2022-01-03T17:16:21.000Z","updated_at":"2022-01-16T09:38:36.000Z","dependencies_parsed_at":"2023-09-13T03:15:37.566Z","dependency_job_id":null,"html_url":"https://github.com/HO-COOH/osu-db-parser","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/HO-COOH%2Fosu-db-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HO-COOH%2Fosu-db-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HO-COOH%2Fosu-db-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HO-COOH%2Fosu-db-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HO-COOH","download_url":"https://codeload.github.com/HO-COOH/osu-db-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217882,"owners_count":20903157,"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-30T06:09:13.911Z","updated_at":"2025-04-04T17:23:09.660Z","avatar_url":"https://github.com/HO-COOH.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# osu-db-parser\nA small C++17 header-only utility for parsing the binary osu `db` files.\n\n## Usage\nJust copy the `OsuDBParser.hpp` to your project.\nThis small utility include parsing all 3 osu! `db` files. All classes are under `namepsace Db`.\n- `Db::Osu` -\u003e `osu!.db`\n- `Db::Collections` -\u003e `collection.db`\n- `Db::Scores` -\u003e `scores.db`\n\nAll the above can be construct in 3 ways:\n- Passing in a raw pointer (`unsigned char*`) to the buffer that has content of the files\n- Passing in a smart pointer (`std::unique_ptr\u003cunsigned char[]\u003e`) to the buffer that has the content of the files\n- Passing in a `std::ifstream`, opened in binary mode\n\n## Example\n```cpp\nDb::Osu db{ std::ifstream{ \"osu!.db\", std::ios_base::binary } };\nstd::cout \u003c\u003c \"Parsed \"\u003c\u003c db.beatmaps.size() \u003c\u003c \" maps\\n\";\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fho-cooh%2Fosu-db-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fho-cooh%2Fosu-db-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fho-cooh%2Fosu-db-parser/lists"}