From aa2c70d3384030dfada4b6c088d3d6bb30cf899a Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Thu, 5 Jul 2018 01:19:00 -0700 Subject: [PATCH] Updated Statup Plugins (markdown) --- Statup-Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Statup-Plugins.md b/Statup-Plugins.md index 5cc6ad0..bac62fb 100644 --- a/Statup-Plugins.md +++ b/Statup-Plugins.md @@ -30,7 +30,7 @@ Statup includes a couple tools to help you on your Plugin journey, you can use ` statup test plugins ```

- +

Your plugin should be able to parse and receive events before distributing it. The test tools creates a temporary database (SQLite) that your plugin can interact with. Statup uses [upper.io/db.v3](https://upper.io/db.v3) for database interactions. The database is passed to your plugin `OnLoad(db sqlbuilder.Database)`, so you can use the `db` variable passed here.