Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 643 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 643 Bytes

nixjdr

Creation of a graphical and interactive interface for tabletop role-playing game (like Dungeons and Dragons, Pathfinder etc.)

##Dependencies PostgreSQl is needed by the QPSQL driver.

##HOW TO ####PostgreSQL configuration role (user): "jdr"
password: "password"
database name: "jdrdb"

####Database initialisation Run resource/Queries/init.sh (requires PostgreSQL password authentication, link), or execute the queries contained in resource/Queries/initTables.sql and resource/Queries/initRows.sql.