Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearddan2000/groovy-cli-bazel-hibernate-db2-trigger
Creates a small database table
https://github.com/bearddan2000/groovy-cli-bazel-hibernate-db2-trigger
bazel cli db2 driver envers groovy hibernate hql log4j trigger
Last synced: 27 days ago
JSON representation
Creates a small database table
- Host: GitHub
- URL: https://github.com/bearddan2000/groovy-cli-bazel-hibernate-db2-trigger
- Owner: bearddan2000
- Created: 2023-10-06T18:01:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T18:01:47.000Z (about 1 year ago)
- Last Synced: 2024-07-30T18:55:54.462Z (5 months ago)
- Topics: bazel, cli, db2, driver, envers, groovy, hibernate, hql, log4j, trigger
- Language: Groovy
- Homepage: https://github.com/bearddan2000/groovy-cli-bazel-hibernate-db2-trigger
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# groovy-cli-bazel-hibernate-db2-trigger
## Description
Creates a small database table
called `dog` and populates with hql.Added an insert trigger to `dog`.
## Tech stack
- groovy
- bazel
- hibernate
- hql
- envers
- log4j
- db2 driver## Docker stack
- l.gcr.io/google/bazel:latest
- ibmcom/db2## To run
`sudo ./install.sh -u`## To stop
`sudo ./install.sh -d`## For help
`sudo ./install.sh -h`