fraci

    Type Alias SupportedDrizzleDatabase

    SupportedDrizzleDatabase:
        | BaseSQLiteDatabase<"async", any, any>
        | PgDatabase<any, any, any>
        | MySqlDatabase<any, any, any, any>

    Union type of supported asynchronous Drizzle database clients. This type includes SQLite (in async API), PostgreSQL, and MySQL database clients that can be used with the fractional indexing functionality.

    MMNEPVFCICPMFPCPTTAAATR