{"id":29615430,"url":"https://github.com/enaium/fabric-mod-h2database","last_synced_at":"2026-04-12T22:45:55.255Z","repository":{"id":305456875,"uuid":"994265162","full_name":"Enaium/fabric-mod-h2database","owner":"Enaium","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-01T15:40:53.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-20T09:16:50.186Z","etag":null,"topics":["database","fabric","h2","jdbc","minecraft","mod"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Enaium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-06-01T15:21:31.000Z","updated_at":"2025-07-03T00:50:30.000Z","dependencies_parsed_at":"2025-07-20T09:16:52.113Z","dependency_job_id":"e0e141f2-d1da-42e5-b840-f4e0812c5b14","html_url":"https://github.com/Enaium/fabric-mod-h2database","commit_stats":null,"previous_names":["enaium/fabric-mod-h2database"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Enaium/fabric-mod-h2database","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enaium%2Ffabric-mod-h2database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enaium%2Ffabric-mod-h2database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enaium%2Ffabric-mod-h2database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enaium%2Ffabric-mod-h2database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Enaium","download_url":"https://codeload.github.com/Enaium/fabric-mod-h2database/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enaium%2Ffabric-mod-h2database/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266217170,"owners_count":23894242,"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":["database","fabric","h2","jdbc","minecraft","mod"],"created_at":"2025-07-21T00:03:07.805Z","updated_at":"2026-04-12T22:45:50.230Z","avatar_url":"https://github.com/Enaium.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fabric Database H2\n\n[![Version](https://img.shields.io/github/v/tag/Enaium/fabric-mod-h2database?label=version\u0026style=flat-square\u0026logo=github)](https://github.com/Enaium/fabric-mod-h2database/releases)\n[![CurseForge Downloads](https://img.shields.io/curseforge/dt/1278174?style=flat-square\u0026logo=curseforge)](https://www.curseforge.com/minecraft/mc-mods/fabric-database-h2)\n[![Modrinth Downloads](https://img.shields.io/modrinth/dt/AWt0yK0m?style=flat-square\u0026logo=modrinth)](https://modrinth.com/mod/fabric-database-h2)\n\nThis is a mod that enables the use of the H2 database for Fabric mods.\n\nNote: This does not add content! This is a dependency that other mods use for compatibility.\n\nThis mod works independently of the Minecraft version used, as it only requires Fabric Loader to be available.\n\n## Installation Guide\n\n### For Development (Mod Developers)\n\nTo use Fabric Database H2 as a dependency in your Fabric mod:\n\n1. Add the following to your `build.gradle` or `build.gradle.kts`:\n\n   **Groovy (build.gradle):**\n   ```groovy\n   repositories {\n       mavenCentral()\n   }\n   dependencies {\n       modImplementation 'cn.enaium:fabric-database-h2:\u003cversion\u003e'\n   }\n   ```\n   **Kotlin DSL (build.gradle.kts):**\n   ```kotlin\n   repositories {\n       mavenCentral()\n   }\n   dependencies {\n       modImplementation(\"cn.enaium:fabric-database-h2:\u003cversion\u003e\")\n   }\n   ```\n   Replace `\u003cversion\u003e` with the latest version from the [releases page](https://github.com/Enaium/fabric-mod-h2database/releases).\n\n2. Refresh your dependencies and import as usual.\n\n### For Players\n\n1. Download the latest release from one of the following:\n   - [CurseForge](https://www.curseforge.com/minecraft/mc-mods/fabric-database-h2)\n   - [Modrinth](https://modrinth.com/mod/fabric-database-h2)\n   - [GitHub Releases](https://github.com/Enaium/fabric-mod-h2database/releases)\n\n2. Place the downloaded `.jar` file into your Minecraft `mods` folder.\n\n3. Make sure you have [Fabric Loader](https://fabricmc.net/use/) installed.\n\n4. Launch Minecraft as usual.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenaium%2Ffabric-mod-h2database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenaium%2Ffabric-mod-h2database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenaium%2Ffabric-mod-h2database/lists"}