Skip to content

Commit

Permalink
Manually fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
btk5h committed Jun 22, 2019
1 parent dd6d574 commit 688ea9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# skript-db

> Sensible SQL support for Skript.
---

### Effect `Execute Statement`
Executes a statement on a database and optionally stores the result in a variable. Expressions
embedded in the query will be escaped to avoid SQL injection.
Expand Down Expand Up @@ -51,11 +56,6 @@ execute unsafe {fully dynamic query} in {sql}

---

# skript-db

> Sensible SQL support for Skript.
---

### Expression `Data Source` => `datasource`
Stores the connection information for a data source. This should be saved to a variable in a
`script load` event or manually through an effect command.
Expand Down

0 comments on commit 688ea9d

Please sign in to comment.