| Name | Modified | Size | Downloads / Week | 
|---|---|---|---|
| Parent folder | |||
| Drizzle ORM support source code.tar.gz | 2025-09-24 | 679.4 kB | |
| Drizzle ORM support source code.zip | 2025-09-24 | 731.7 kB | |
| README.md | 2025-09-24 | 855 Bytes | |
| Totals: 3 Items | 1.4 MB | 0 | |
- 
In version
7.2.0RateLimiterDrizzlelimiter was added. Read about it on wiki Thanks @Nayanchandrakar ! - 
In version
7.3.0disableIndexesCreation option added toRateLimiterMongo. - 
In version
7.3.1conditional require of drizzle-orm was replaced with dynamic import to avoid issues with linters and tree-shakers. - 
In version
7.3.2drizzle-orm lazy import is hidden behind function call and string concatenation to avoid unnecessary tree-shaking and statistical analysis in different bundlers. - 
In version
7.4.0RateLimiterDrizzleNonAtomic was added. It doesn't guarantee precise events count under race conditions, but much faster than atomic limiter. 
:dizzy: