Manually fix README

This commit is contained in:
Bryan Terce 2019-06-22 12:11:29 -07:00
parent 55081e5d28
commit f13bf78007
1 changed files with 5 additions and 5 deletions

View File

@ -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.
@ -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.