Fraci
    Preparing search index...

    Function prismaFraci

    • Creates a Prisma extension for fractional indexing.

      Type Parameters

      Parameters

      • options: Options

        The options for the fractional indexing extension

      Returns (
          client: any,
      ) => PrismaClientExtends<
          InternalArgs<{}, PrismaFraciExtensionModel<Options>, {}, {}> & DefaultArgs,
      >

      The Prisma extension.

      Throws a FraciError when field information for a specified model.field cannot be retrieved

      Throws a FraciError when the digit or length base strings are invalid

      • FraciForPrisma - The enhanced fractional indexing utility for Prisma ORM
      • FraciError - The custom error class for the Fraci library