Opener-creator

[db/sqlite3/Opener-creator]


Opens the specified SQLite database. When the database doesn't exist, creates it and runs the specified SQL script to create tables.


Keywords: open, create, database, read, write, tables

Input ports

  • params:

    {"dbId": string, "filename": string, "initSql": string}

Output ports

  • done: null

  • error: string

Last updated