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.0
RateLimiterDrizzle
limiter was added. Read about it on wiki Thanks @Nayanchandrakar ! -
In version
7.3.0
disableIndexesCreation option added toRateLimiterMongo
. -
In version
7.3.1
conditional require of drizzle-orm was replaced with dynamic import to avoid issues with linters and tree-shakers. -
In version
7.3.2
drizzle-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.0
RateLimiterDrizzleNonAtomic was added. It doesn't guarantee precise events count under race conditions, but much faster than atomic limiter.
:dizzy: