Interface CapacitorAdapterOptions

interface CapacitorAdapterOptions {
    database?: string;
    enableWal?: boolean;
}

Properties

database?: string

Database name. Defaults to app.

enableWal?: boolean

Whether to enable WAL when platform supports it.