Golang Library to Parse and Read osu! .db files
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-07-27 14:52:35 +02:00
.github/workflows add better error wrapping for bettter debugging 2025-07-14 23:00:28 +02:00
github/workflow add better error wrapping for bettter debugging 2025-07-14 23:00:28 +02:00
parser improve nil check 2025-07-27 14:52:35 +02:00
pkg hot fix reading failure, add recovers incase parsing fails 2025-02-01 15:21:49 +01:00
.gitignore gitignore 2025-01-31 10:15:17 +01:00
.gomarkdoc.yml add tests and compatiabl with the newest version 2025-01-31 12:26:52 +01:00
go.mod go.mod version 2025-01-31 10:14:50 +01:00
LICENSE Create LICENSE 2024-09-23 20:35:47 +02:00
README.md Update README.md 2025-01-31 12:41:30 +01:00

OsuParser Pipeline

Small go based Library to Read osu! dbs and .osu files

import "github.com/juli0n21/go-osu-parser/parser"
get github.com/juli0n21/go-osu-parser@latest

Examples

Currently Supported files:

  • osu!.db

  • scores.db

  • collection.db

  • .osu files

Planned features

  • Reading ReplayFiles

  • Changing and Saving afformentioned files

For usage information look at the pkg/example.go examples

Auto generated Dokumentation