Files
2026-07-13 12:10:05 +08:00

278 B

drizzle-orm-sqlite 0.12.0-beta.21

  • Fixed db.all logic for all drivers.
  • Allowed passing query builders to raw query execution methods.
  • Optimized INSERT query generation for single values by skipping columns without values.
  • Exposed table property from index config.