-
Notifications
You must be signed in to change notification settings - Fork 58
feat: drizzle #380
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
feat: drizzle #380
Conversation
🦋 Changeset detectedLatest commit: 5eb554c 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 |
Very happy to see it! BTW, is there any ETA for this? I'm developing a new project and considering waiting on this. |
Somewhere in the [days/1-2 weeks range], not months. |
961d8c6
to
9be7f91
Compare
7fd2ae9
to
6e1367d
Compare
# Conflicts: # pnpm-lock.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests looking great thanks! Just a few comments
…c into smaller functions with minor comments.
LGTM @rkistner think it would be good to have another set of eyes |
f6eb2da
to
c1250ba
Compare
# Conflicts: # demos/django-react-native-todolist/package.json # demos/react-native-supabase-group-chat/package.json # demos/react-native-supabase-todolist/package.json # demos/react-native-web-supabase-todolist/package.json # packages/react-native/package.json # pnpm-lock.yaml
Will apply @benitav 's suggestions in a follow up PR. |
Introducing an alpha version of the Drizzle ORM package. Following similar structure as the Kysely driver.
Mintlify docs PR here.
This has been tested across web and react-native (react-native-quick-sqlite and opslite).
Todos