Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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