- Supported Minecraft Versions
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
What makes skript-db different from other SQL addons?
- Automatic SQL injection protection
- Support for connections to multiple databases
- An amazingly intuitive list variable system for reading query outputs
Quickstart
code_language.skript:
on script load:
set {sql} to the database "mysql://localhost:3306/mydatabase?user=admin&password=12345&useSSL=false"
command /dbtest:
trigger:
execute "select * from table" in {sql} and store the result in {output::*}