Fraci
    Preparing search index...

    Type Alias SupportedDrizzleDatabaseSync

    Structural type shared by synchronous Drizzle database clients.

    Drizzle renamed its SQLite database base class in v1, while the select API consumed by fraci stayed compatible.

    type SupportedDrizzleDatabaseSync = {
        select: any;
    }
    Index
    select: any