/postgresql-uuid-example

Primary LanguageJavaApache License 2.0Apache-2.0

postgresql-uuid-example

Sample application to support GitHub issue:

jOOQ/jOOQ#5329

Usage

  1. Create new PostgreSQL database with name uuid_example.
createdb -h localhost -p 5432 -U $USER uuid_example
  1. Clone this project
git clone https://github.com/dmitrygusev/postgresql-uuid-example.git
cd postgresql-uuid-example
  1. Apply database migrations
./gradlew update
  1. Run tests
./gradlew test