@xata.io/drizzle 0.0.0-alpha.vd6818b42285037f707a613bf0c3235b056223e62 → 0.0.0-alpha.vd6e1fe5a7d12401a419a8a1c53b3377ad595ef5c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +14 -3
- package/CHANGELOG.md +41 -3
- package/dist/index.cjs +54 -32
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +22 -13
- package/dist/index.mjs +55 -34
- package/dist/index.mjs.map +1 -1
- package/dist/pg.cjs +215 -0
- package/dist/pg.cjs.map +1 -0
- package/dist/pg.d.ts +61 -0
- package/dist/pg.mjs +209 -0
- package/dist/pg.mjs.map +1 -0
- package/package.json +11 -6
- package/test/drizzle.test.ts +6295 -0
- package/test/schema.ts +85 -0
- package/test/pg.test.ts +0 -145
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.