diff --git a/src/content/docs/drizzle-kit-pull.mdx b/src/content/docs/drizzle-kit-pull.mdx index aaac9a7b..9fb47464 100644 --- a/src/content/docs/drizzle-kit-pull.mdx +++ b/src/content/docs/drizzle-kit-pull.mdx @@ -116,7 +116,7 @@ Drizzle Kit does not come with a pre-bundled database driver, it will automatically pick available database driver from your current project based on the `dialect` - [see discussion](https://github.com/drizzle-team/drizzle-orm/discussions/2203). Mostly all drivers of the same dialect share the same set of connection params, -as for exceptions like `aws-data-api`, `pglight` and `d1-http` - you will have to explicitely specify `driver` param. +as for exceptions like `aws-data-api`, `pglite` and `d1-http` - you will have to explicitely specify `driver` param. ```ts {6} diff --git a/src/content/docs/drizzle-kit-push.mdx b/src/content/docs/drizzle-kit-push.mdx index 4db0f107..40f4aa80 100644 --- a/src/content/docs/drizzle-kit-push.mdx +++ b/src/content/docs/drizzle-kit-push.mdx @@ -134,7 +134,7 @@ Drizzle Kit does not come with a pre-bundled database driver, it will automatically pick available database driver from your current project based on the `dialect` - [see discussion](https://github.com/drizzle-team/drizzle-orm/discussions/2203). Mostly all drivers of the same dialect share the same set of connection params, -as for exceptions like `aws-data-api`, `pglight` and `d1-http` - you will have to explicitly specify `driver` param. +as for exceptions like `aws-data-api`, `pglite` and `d1-http` - you will have to explicitly specify `driver` param. diff --git a/src/mdx/Drivers.mdx b/src/mdx/Drivers.mdx index 364f5c6a..fd58fbf6 100644 --- a/src/mdx/Drivers.mdx +++ b/src/mdx/Drivers.mdx @@ -1,5 +1,5 @@ --- -drivers: ['aws-data-api', 'd1-http', 'pglight'] +drivers: ['aws-data-api', 'd1-http', 'pglite'] --- {frontmatter.drivers.map((driver) => <>{driver} )} \ No newline at end of file