- Supported Minecraft Versions:
- 1.7, 1.8, 1.9, 1.10, 1.11, 1.12
What makes skript-db different from other SQL addons?
Documentation/Source - Releases
- Automatic SQL injection protection
- Support for connections to multiple databases
- An amazingly intuitive list variable system for reading query outputs
Quickstart
Code (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::*}
-
Welcome to skUnity!
Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.
If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!
Now, what are you waiting for? Join the community now!
Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon skript-db 0.2.0
Sensible SQL support for Skript