osu-stable-db 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
TypeScript reader and writer for osu!stable database files.
|
|
4
4
|
|
|
5
|
+
This project is implemented entirely according to the official osu! wiki page for stable database files: [Legacy database file structure](https://github.com/ppy/osu/wiki/Legacy-database-file-structure).
|
|
6
|
+
|
|
5
7
|
This library currently supports the latest database structure from version 20250107 onward for:
|
|
6
8
|
|
|
7
9
|
- osu!.db
|