/** *
*

Official Drizzle ORM adapter for Auth.js / NextAuth.js.

* * * *
* * ## Installation * * ```bash npm2yarn * npm install drizzle-orm @auth/drizzle-adapter * npm install drizzle-kit --save-dev * ``` * * @module @auth/drizzle-adapter */ import { DefaultSchema, SqlFlavorOptions } from "./lib/utils.js"; import type { Adapter } from "@auth/core/adapters"; export declare function DrizzleAdapter(db: SqlFlavor, schema?: DefaultSchema): Adapter; //# sourceMappingURL=index.d.ts.map