Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency drizzle-kit to v0.30.4 #170

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
drizzle-kit (source) 0.30.1 -> 0.30.4 age adoption passing confidence

Release Notes

drizzle-team/drizzle-orm (drizzle-kit)

v0.30.4

Compare Source

New Features

🎉 xata-http driver support

According their official website, Xata is a Postgres data platform with a focus on reliability, scalability, and developer experience. The Xata Postgres service is currently in beta, please see the Xata docs on how to enable it in your account.

Drizzle ORM natively supports both the xata driver with drizzle-orm/xata package and the postgres or pg drivers for accessing a Xata Postgres database.

The following example use the Xata generated client, which you obtain by running the xata init CLI command.

pnpm add drizzle-orm @​xata.io/client
import { drizzle } from 'drizzle-orm/xata-http';
import { getXataClient } from './xata'; // Generated client

const xata = getXataClient();
const db = drizzle(xata);

const result = await db.select().from(...);

You can also connect to Xata using pg or postgres.js drivers

v0.30.3

Compare Source

v0.30.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the bump bump deps label Jan 16, 2025
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from 52ceee1 to faad8ce Compare January 20, 2025 16:30
@renovate renovate bot changed the title chore(deps): update dependency drizzle-kit to v0.30.2 chore(deps): update dependency drizzle-kit to v0.30.3 Jan 27, 2025
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from faad8ce to fc8c5cf Compare January 27, 2025 13:20
@renovate renovate bot changed the title chore(deps): update dependency drizzle-kit to v0.30.3 chore(deps): update dependency drizzle-kit to v0.30.4 Jan 29, 2025
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from fc8c5cf to ac36c85 Compare January 29, 2025 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump bump deps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants