Cashflow ledger.iok | 37K | |
meta_action.xml | 224B | |
metadata_output.xml | 20K |
Metadata example.zip | 94K |
Metadata example.zip | 125K |
...
<source>
<!--A summary of this source.-->
<summary>Database "localhost:6000 / mydb (MySQL)"</summary>
<!--The name of this block. All block names are unique within DataManager, including grouped blocks. May have been renamed by the user.-->
<blockName>localhost:6000 / mydb (MySQL)</blockName>
<!--The type of source, operation or publisher.-->
<type>Database table</type>
<!--Type-specific details of this block, where provided-->
<details>
<e>
<k>port</k>
6000
</e>
<e>
<k>host</k>
localhost
</e>
<e>
<k>sql</k>
SELECT * FROM MyTable ORDER BY Something
</e>
<e>
<k>database</k>
mydb
</e>
</details>
</source>
...
It looks like you're new here. If you want to get involved, click one of these buttons!