View Single Post
08/20/15, 11:55 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
The only possibility would be to:

-Create an external tool which connects to the database, reads some information and saves the DB data into the SavedVariables lua file of an addon
-Reloadui ingame and activate the addon before
-The addon is able to use the data from its own SavedVariables then (which came from the DB)

Same thing the other way around if you like to update data from the SavedVariables to the database:
-Update information
-Reloadui
-External tool read the SavedVariables lua file and updates it into a database
  Reply With Quote