Skip to content

Commit

Permalink
[SQLite] Add help text in sqlitedb template (#503)
Browse files Browse the repository at this point in the history
About path to the database file.
  • Loading branch information
tmdoit authored and dceejay committed Feb 1, 2019
1 parent 9f0b46a commit 52bd3c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions storage/sqlite/sqlite.html
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 52bd3c2

Please sign in to comment.