chore(deps): update dependency drizzle-kit to ^0.20.0 #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.19.13
->^0.20.0
Release Notes
drizzle-team/drizzle-kit-mirror (drizzle-kit)
v0.20.4
Compare Source
v0.20.3
Compare Source
v0.20.2
Compare Source
v0.20.1
Compare Source
v0.20.0
: 0.20.0Compare Source
New Features
New way to define drizzle.config using
defineConfig
functionPossibility to access Cloudflare D1 with Drizzle Studio using wrangler.toml file
You can now use Drizzle Studio with your D1 database. Please note that it may be slow at times because Drizzle Studio utilizes Wrangler CLI calls to perform data selection, updates, deletions, and insertions. The speed of these operations depends on the performance of Wrangler CLI calls.
To use Drizzle Studio with the D1 database, you need to provide the file path to your
wrangler.toml
file and specify thedbName
you are using in Cloudflare D1And then run
drizzle-kit studio
Drizzle Studio is migrating to https://local.drizzle.studio/
Previously, Drizzle Studio used
127.0.0.1:4983
as the default host and port for the web page. Currently, Drizzle Studio will always be hosted onhttps://local.drizzle.studio/
, connecting to the backend at127.0.0.1:4983
. You can modify the host and port for the backend server by using the--host
and--port
options indrizzle-kit studio
.local.drizzle.studio
provides the ability to ship updates to the Drizzle Studio web UI immediately, eliminating the need for constantdrizzle-kit
upgradesbigint unsigned
supportThis option is now available in the introspect, push, and generate commands.
primaryKeys
andforeignKeys
now can have custom namesThis option is now available in the introspect, push, and generate commands.
Environment variables are now fetched automatically
As mentioned many times, you can finally skip fetching environment variables to use with the
drizzle.config
file. Drizzle Kit will handle this process automatically.Drizzle Studio Updates
public
will be the default, and the only choice.Improvements
libsql_wasm_func_table
from sqlite introspect and pushprimaryKey
columns order for composite constraintsBug Fixes
turso
orlibsql
driver user was seeing an error with nobetter-sqlite3
dependencytableFilters
to cli options in all push commandsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.