Resource icon

Addon skript-db 0.2.0

  • 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!

--------------------------------------------------------------------
Variables (including temporary variables) keep getting deleted, (temporary) variables transform into "null" or <none>. Very complicated to use and cannot recommend.
Broken since 31 dec 2018 with new Skript version. All Skript's devs has said that skript-db need a fix to support the fixed 'normal' functionning of local variable.
It's very good addons, but the temporary variables is deleted... ;(
Really good for MySQL management. Can you make it to where we can use variables for table names in the syntax?

ex. set {_table} to "data"
execute "SELECT * FROM %{_table}%"
returns <none> every time unfortunately but if you put "data" instead of %{_table}%, it works...
btk5h
btk5h
You can already do this. Just use %unsafe {_table}% instead of %{_table}% to acknowledge that you're sidestepping skript-mirror's SQL injection safety.
Seems good, but can there be a tutorial about like how I can create a SqlCoins system so i can use that for my minecraft server network for a global coins currency thru my bungecord
Very good addon, could you add sqlite support?
Good job
btk5h
btk5h
skript-db should already support sqlite. You just need to connect using sqlite's jdbc url and drivers
Does what its supposed to do. and i love this:

[the] [last] (sql|db|data(base|[ ]source)) error

:)