Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flyway/flyway-community-db-support
Offical Flyway Community Supported Database Plugins
https://github.com/flyway/flyway-community-db-support
continuous-delivery continuous-deployment database database-administration database-deployment database-management database-migrations devops flyway java java-library redgate
Last synced: about 2 months ago
JSON representation
Offical Flyway Community Supported Database Plugins
- Host: GitHub
- URL: https://github.com/flyway/flyway-community-db-support
- Owner: flyway
- License: apache-2.0
- Created: 2023-11-09T19:18:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-11T09:39:14.000Z (2 months ago)
- Last Synced: 2024-10-13T04:12:42.186Z (2 months ago)
- Topics: continuous-delivery, continuous-deployment, database, database-administration, database-deployment, database-management, database-migrations, devops, flyway, java, java-library, redgate
- Language: Java
- Homepage: https://flywaydb.org/
- Size: 188 KB
- Stars: 5
- Watchers: 1
- Forks: 30
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flyway Community DB Support
This repository was created to simplify open source contributions to the databases that Flyway supports.
Supported databases in this repository will be released as part of Flyway.## Contributing
Want to add support for a new database? [See our contributing docs for more information](https://documentation.red-gate.com/flyway/flyway-cli-and-api/contribute/contributing-database-compatibility-to-flyway).
## Versioning
Plugins are versioned independently of Flyway itself.
The version will be increased appropriately after merging changes to this repo.
When using these modules, their versions won't necessarily need to match the version of Flyway they're being used with.## License
This project is licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).