Is there any way for export data from database to php-array instead of csv/tsv?

Is there any way for export data from database to php-array instead of csv/tsv?

Or may be exist way for making own export script?  The right-mouse-click menu on table contains item "Sql scripted extension" , i choose "go to script directory" and look up "extractors". seems it support closure scripts, groovy and also javascript. I `m not well familiar with groovy and closure, but javascript is good variant for me. But i can`t found enough documentation about this abilities. 

1

Seems, i solve it.
It was easy.

I create own file PhpArrayExport.php.js

I share it contest here https://gist.github.com/Insolita/17da02b24883115b8c13e1e21bca9d98, if anybody need it

 

 

 

 

2

So now my question is - how to make export only selected rows in table editor? Or where is any documentation for this feature?

0

A hint from the topic starter taken from the support ticket:

i just found solve - is make dump data from prepared sql query, or quick sql condition

0

请先登录再写评论。