Manually fix README
This commit is contained in:
parent
dd6d574479
commit
688ea9d46b
10
README.md
10
README.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user