feat(plugin-drizzle): add Drizzle plugin#492
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: a1eb125 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis PR adds
Confidence Score: 3/5The plugin is functionally sound for the common cases tested, but The
Important Files Changed
|
c515f57 to
4869b29
Compare
cae02e3 to
f4e5f68
Compare
4869b29 to
c930fd5
Compare
f4e5f68 to
47089fe
Compare
c930fd5 to
ace493b
Compare
47089fe to
f4b3789
Compare
ace493b to
c3921fe
Compare
f4b3789 to
730a69b
Compare
c3921fe to
258e151
Compare
730a69b to
2831c89
Compare
258e151 to
acc53f1
Compare
2831c89 to
cb1f1a8
Compare
acc53f1 to
dc25fee
Compare
abaed1c to
fecb952
Compare
dc25fee to
18abb38
Compare
fecb952 to
ca072e9
Compare
18abb38 to
38f198a
Compare
ca072e9 to
5a301ca
Compare
38f198a to
3aebc42
Compare
5a301ca to
173309b
Compare
3aebc42 to
6abe902
Compare
173309b to
e4bdca6
Compare
6abe902 to
ec14381
Compare
e4bdca6 to
752a0cc
Compare
ec14381 to
04df80a
Compare
752a0cc to
1b1e0df
Compare
04df80a to
7d5ddb9
Compare
Validate raw `sql` queries and the raw-sql fragments embedded in Drizzle queries against the live database, compiling via Drizzle's own `.toSQL()`. Includes docs on extending SafeQL's plugin API to other ORMs.
7d5ddb9 to
a1eb125
Compare
Stacked on #491.
Adds the Drizzle plugin (
@ts-safeql/plugin-drizzle):sqlqueries and raw-sql fragments embedded in Drizzle queries, compiling via Drizzle's own.toSQL().docs/plugins/extending-to-other-orms.mddocumenting how the plugin API generalizes (Kysely + Drizzle as worked examples).Lockfile/root devDep updated for
drizzle-orm.