Function writeDb

  • Serialize and install a database to a Palm OS device.

    Type Parameters

    • DatabaseT extends Serializable

    Parameters

    • dlpConnection: DlpConnection
    • db: DatabaseT

      Database to write.

      This should typically be a subclass of Database. But we're keeping the signature generic here as that is not a hard requirement.

    • opts: WriteDbOptions & SerializeOptions = {}

    Returns Promise<void>