chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:10:05 +08:00
commit d37d8d293b
1388 changed files with 484182 additions and 0 deletions
@@ -0,0 +1,4 @@
# drizzle-orm-sqlite 0.12.0-beta.17
- Refactored `.select().fields()` to allow fields from joined tables and nested objects structure, removed partial selects from joins.
- Replaced `.execute()` in query builders and prepared statements with `.run()`, `.all()`, `.get()`, `.values()`.