https://github.com/bearsampp/module-mysql
📦 MySQL module for Bearsampp project
https://github.com/bearsampp/module-mysql
database hacktoberfest mysql
Last synced: 4 months ago
JSON representation
📦 MySQL module for Bearsampp project
- Host: GitHub
- URL: https://github.com/bearsampp/module-mysql
- Owner: Bearsampp
- License: gpl-3.0
- Created: 2021-10-29T00:38:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-15T17:13:15.000Z (7 months ago)
- Last Synced: 2025-12-18T23:29:43.693Z (7 months ago)
- Topics: database, hacktoberfest, mysql
- Language: Batchfile
- Homepage: https://bearsampp.com/module/mysql
- Size: 317 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
[](https://github.com/bearsampp/module-mysql/releases/latest)

This is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving MySQL.
## Build System
This project uses **Gradle** as its build system. The legacy Ant build has been fully replaced with a modern, pure Gradle implementation.
### Quick Start
```bash
# Display build information
gradle info
# List all available tasks
gradle tasks
# Verify build environment
gradle verify
# Build a release (interactive)
gradle release
# Build a specific version (non-interactive)
gradle release -PbundleVersion=8.0.40
# Clean build artifacts
gradle clean
```
### Prerequisites
| Requirement | Version | Purpose |
|-------------------|---------------|------------------------------------------|
| **Java** | 8+ | Required for Gradle execution |
| **Gradle** | 7.0+ | Build automation tool |
| **7-Zip** | Latest | Archive compression (optional) |
### Available Tasks
| Task | Description |
|-----------------------|--------------------------------------------------|
| `release` | Build release package (interactive/non-interactive) |
| `releaseAll` | Build all available versions |
| `clean` | Clean build artifacts and temporary files |
| `verify` | Verify build environment and dependencies |
| `info` | Display build configuration information |
| `listVersions` | List available bundle versions in bin/ |
| `listReleases` | List releases from modules-untouched |
| `validateProperties` | Validate build.properties configuration |
For complete documentation, see [.gradle-docs/README.md](.gradle-docs/README.md)
## Documentation
- **Build Documentation**: [.gradle-docs/README.md](.gradle-docs/README.md)
- **Module Downloads**: https://bearsampp.com/module/mysql
## Issues
Issues must be reported on [bearsampp repository](https://github.com/bearsampp/bearsampp/issues).
## License
This project is licensed under the terms specified in the LICENSE file.