mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
[SQLite] Add help text in sqlitedb template (#503)
About path to the database file.
This commit is contained in:
parent
9f0b46a9e1
commit
52bd3c2873
@ -83,6 +83,10 @@
|
|||||||
<pre>sqliteReconnectTime: 20000,</pre></p>
|
<pre>sqliteReconnectTime: 20000,</pre></p>
|
||||||
</script>
|
</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">
|
<script type="text/javascript">
|
||||||
RED.nodes.registerType('sqlite',{
|
RED.nodes.registerType('sqlite',{
|
||||||
category: 'storage-input',
|
category: 'storage-input',
|
||||||
|
Loading…
Reference in New Issue
Block a user