- A simple example plugin showing how to connect with PostgreSQL
- Create a table called
dummy - Add
idrow whic is primary and type text - Add
contentrow whic is type text
- Build plugin
- Run command
/createto create dummy data - Run command
/readto read dummy data - Run command
/deleteto delete dummy data

