Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bearddan2000/groovy-cli-maven-dolt-hibernate-simple

Creates a small database table
https://github.com/bearddan2000/groovy-cli-maven-dolt-hibernate-simple

cli dolt driver groovy hibernate hql log4j maven simple

Last synced: 26 days ago
JSON representation

Creates a small database table

Awesome Lists containing this project

README

        

# groovy-cli-maven-dolt-hibernate-simple

## Description
Creates a small database table
called `dog` and populates with
hql.

## Tech stack
- groovy
- maven
- hibernate
- hql
- log4j
- dolt driver

## Docker stack
- maven:3-openjdk-17
- dolthub/dolt-sql-serverdb:latest

## To run
`sudo ./install.sh -u`

## To stop
`sudo ./install.sh -d`

## For help
`sudo ./install.sh -h`

## Credit
- [HQL code based on](https://www.journaldev.com/2954/hibernate-query-language-hql-example-tutorial)
- [Hibernate config based on](https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/An-example-hibernatecfgxml-for-MySQL-8-and-Hibernate-5)
- [Hibernate code based on](https://github.com/lokeshgupta1981/hibernate/tree/master/hibernate-hello-world)