We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7efac commit bf9bcb4Copy full SHA for bf9bcb4
README.md
@@ -90,11 +90,11 @@ See the detailed examples below for more information.
90
For bundle size measurement, we use Rolldown for bundling and esbuild for minifying.
91
Run `bun run build-examples` to see the bundle sizes for each example.
92
93
-| Integration | Size (minified + gzipped) |
94
-| ----------- | ------------------------- |
95
-| Core only | 1.81 KiB |
96
-| Drizzle ORM | 2.27 KiB |
97
-| Prisma ORM | 2.44 KiB |
+| Integration | Size (minified) | Size (minified + gzipped) |
+| ----------- | --------------- | ------------------------- |
+| Core only | 4.50 KiB | 1.81 KiB |
+| Drizzle ORM | 5.60 KiB | 2.27 KiB |
+| Prisma ORM | 6.04 KiB | 2.44 KiB |
98
99
## Security Considerations
100
0 commit comments