Spigot PostgreSQL Plugin Example A simple example plugin showing how to connect with PostgreSQL Database Setup Create a table called dummy Add id row whic is primary and type text Add content row whic is type text Usage Build plugin Run command /create to create dummy data Run command /read to read dummy data Run command /delete to delete dummy data Example