[SQLite] Add help text in sqlitedb template (#503)

About path to the database file.
This commit is contained in:
tmdoit 2019-02-01 09:57:01 +01:00 committed by Dave Conway-Jones
parent 9f0b46a9e1
commit 52bd3c2873
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,10 @@
<pre>sqliteReconnectTime: 20000,</pre></p>
</script>
<script type="text/x-red" data-help-name="sqlitedb">
<p>The default directory for the database file is the user's home directory through which the NR process was started. You can specify absolute path to change it.</p>
</script>
<script type="text/javascript">
RED.nodes.registerType('sqlite',{
category: 'storage-input',