Page 1 of 1

MySQL

Posted: Thu Dec 06, 2012 9:31 am
by mister-man
Hi,

is there a native support for MySQL? I try to rewrite my plugins from ES to SP but I used my little db tool (smartDB) in ES. And in lib I found only keyvalues....

Posted: Thu Dec 06, 2012 10:21 am
by Omega_K2
download and use pymysql

Posted: Thu Dec 06, 2012 10:56 am
by mister-man
Okay, same as ES...

Posted: Thu Dec 06, 2012 12:46 pm
by Mahi
You an always create your own script, which saves and loads data from a file.
You might find keyword stream useful if you decide to do so.

Posted: Thu Dec 20, 2012 11:43 pm
by Omega_K2
Btw here is a working pymysql version for python 3. just unzip in _engines/site-packages