https://github.com/bonitasoft/bonita-connector-database
Enables interactions in your Bonita processes with various databases.
https://github.com/bonitasoft/bonita-connector-database
bonita connector database delivery-central delivery-marketplace hacktoberfest lifecycle-independent published-full
Last synced: about 1 year ago
JSON representation
Enables interactions in your Bonita processes with various databases.
- Host: GitHub
- URL: https://github.com/bonitasoft/bonita-connector-database
- Owner: bonitasoft
- License: gpl-2.0
- Created: 2013-07-11T07:41:34.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T13:18:16.000Z (about 1 year ago)
- Last Synced: 2025-04-15T12:18:46.925Z (about 1 year ago)
- Topics: bonita, connector, database, delivery-central, delivery-marketplace, hacktoberfest, lifecycle-independent, published-full
- Language: Java
- Homepage:
- Size: 2.53 MB
- Stars: 6
- Watchers: 28
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# bonita-connector-database

[](https://sonarcloud.io/dashboard?id=bonitasoft_bonita-connector-database)
[](https://github.com/bonitasoft/bonita-connector-database/releases)
[](https://search.maven.org/search?q=g:%22org.bonitasoft.connectors%22%20AND%20a:%22bonita-connector-database%22)
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
JDBC and Datasource database connectors for Bonita
## Build
__Clone__ or __fork__ this repository, then at the root of the project run:
`./mvnw`
## Release
In order to create a new release:
- On the release branch, make sure to update the pom version (remove the -SNAPSHOT)
- Run the action 'Create release', set the version to release as parameter
- When the action is completed, do not forget to manage the release on the nexus (close and release)
- Update the `master` with the next SNAPSHOT version.
## Contributing
We would love you to contribute, pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
## License
The sources and documentation in this project are released under the [GPLv2 License](LICENSE)