How to Retrieve Data from SQLite Database and Display it in Table Format on Node-RED Dashboard

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ •

  • @mircopolo
    @mircopolo 9 місяців тому

    Is there a way to close connection to .db file? On Linux I use a file from ftp server mounted as a local file, it reads database nicely but after first read file is not updated if changed by other client. I have to redeploy flow to have it refreshed. Better would be closing the file and opening again but I don''t see such option in the node configuration

  • @mircopolo
    @mircopolo 10 місяців тому +1

    Is it possible to edit records? CRUD operations

  • @muhammadan-nasdzikrullahbi9769
    @muhammadan-nasdzikrullahbi9769 11 місяців тому +1

    Do i need to install sqlite3 to use the sqlite ?

    • @Fusion_Automate
      @Fusion_Automate  11 місяців тому

      No no, you can use sqlite3 database directly but to open that database and view the tables and all you can use sqlite db browser software