@arcmantle/sqlite-wrapper
    Preparing search index...

    Function getCreateQuery

    • Retrieves the CREATE TABLE statement for a given table from the database. Queries the sqlite_master table to get the original SQL used to create the table.

      Parameters

      • db: Database
      • table: string

      Returns string