Database

The only thing to configure, I promess

To use the Jumahuaca examples we need to configure a database. It is a PostgreSQL one.

You have to install PostgreSQL (Version 10 or higher) after you should create an empty database called jumahuaca_uva_loan. If you need help to install Postgre we recommend this tutorial.

Optionally you can create and user: jumahuaca with password: jumahuaca.0. This will help to run examples from scratch but if you don't want to you could configure a different user in each example.

You don't have to run a script for the model or the data because each example has Liquibase inside. If you don't know what Liquibase is, we are really ashamed of you and you need to go running to the webpage here. It's awesome!!

Last updated

Was this helpful?