Sqlite3

[db/sqlite3/Sqlite3]


Generic SQLite 3 integration node. This is an internal node. Use specific SQLite nodes instead.


Input ports

  • action:

    {
      "id": string,
      "type": ("open" or "run" or "get" or "all" or "each" or "close"),
      "options": {"sql": string, optional "options": {string: any}}
    }

Output ports

  • data: any

  • done: null

  • error: string

Dependencies

(by compilation target and repository)

  • es6-node:

    • npm:

      • sqlite3

Last updated