1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
This commit is contained in:
Dave Conway-Jones 2019-02-01 22:15:24 +00:00
commit 81781539f7
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4

View File

@ -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',