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