{"id":19909676,"url":"https://github.com/bearsampp/module-mysql","last_synced_at":"2026-03-05T03:04:35.591Z","repository":{"id":39749278,"uuid":"422396137","full_name":"Bearsampp/module-mysql","owner":"Bearsampp","description":"📦 MySQL module for Bearsampp project","archived":false,"fork":false,"pushed_at":"2025-12-15T17:13:15.000Z","size":332326,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-12-18T23:29:43.693Z","etag":null,"topics":["database","hacktoberfest","mysql"],"latest_commit_sha":null,"homepage":"https://bearsampp.com/module/mysql","language":"Batchfile","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bearsampp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"N6REJ","custom":"https://www.paypal.me/BearLeeAble"}},"created_at":"2021-10-29T00:38:19.000Z","updated_at":"2025-12-15T17:13:15.000Z","dependencies_parsed_at":"2024-06-03T04:35:27.104Z","dependency_job_id":"20faf96d-ff62-41cb-8f75-3df241ecf6c6","html_url":"https://github.com/Bearsampp/module-mysql","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/Bearsampp/module-mysql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bearsampp","download_url":"https://codeload.github.com/Bearsampp/module-mysql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-mysql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30107657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["database","hacktoberfest","mysql"],"created_at":"2024-11-12T21:16:19.326Z","updated_at":"2026-03-05T03:04:35.582Z","avatar_url":"https://github.com/Bearsampp.png","language":"Batchfile","funding_links":["https://github.com/sponsors/N6REJ","https://www.paypal.me/BearLeeAble"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://bearsampp.com/contribute\" target=\"_blank\"\u003e\u003cimg width=\"250\" src=\"img/Bearsampp-logo.svg\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n[![GitHub release](https://img.shields.io/github/release/bearsampp/module-mysql.svg?style=flat-square)](https://github.com/bearsampp/module-mysql/releases/latest)\n![Total downloads](https://img.shields.io/github/downloads/bearsampp/module-mysql/total.svg?style=flat-square)\n\nThis is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving MySQL.\n\n## Build System\n\nThis project uses **Gradle** as its build system. The legacy Ant build has been fully replaced with a modern, pure Gradle implementation.\n\n### Quick Start\n\n```bash\n# Display build information\ngradle info\n\n# List all available tasks\ngradle tasks\n\n# Verify build environment\ngradle verify\n\n# Build a release (interactive)\ngradle release\n\n# Build a specific version (non-interactive)\ngradle release -PbundleVersion=8.0.40\n\n# Clean build artifacts\ngradle clean\n```\n\n### Prerequisites\n\n| Requirement       | Version       | Purpose                                  |\n|-------------------|---------------|------------------------------------------|\n| **Java**          | 8+            | Required for Gradle execution            |\n| **Gradle**        | 7.0+          | Build automation tool                    |\n| **7-Zip**         | Latest        | Archive compression (optional)           |\n\n### Available Tasks\n\n| Task                  | Description                                      |\n|-----------------------|--------------------------------------------------|\n| `release`             | Build release package (interactive/non-interactive) |\n| `releaseAll`          | Build all available versions                     |\n| `clean`               | Clean build artifacts and temporary files        |\n| `verify`              | Verify build environment and dependencies        |\n| `info`                | Display build configuration information          |\n| `listVersions`        | List available bundle versions in bin/           |\n| `listReleases`        | List releases from modules-untouched             |\n| `validateProperties`  | Validate build.properties configuration          |\n\nFor complete documentation, see [.gradle-docs/README.md](.gradle-docs/README.md)\n\n## Documentation\n\n- **Build Documentation**: [.gradle-docs/README.md](.gradle-docs/README.md)\n- **Module Downloads**: https://bearsampp.com/module/mysql\n\n## Issues\n\nIssues must be reported on [bearsampp repository](https://github.com/bearsampp/bearsampp/issues).\n\n## License\n\nThis project is licensed under the terms specified in the LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbearsampp%2Fmodule-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-mysql/lists"}