drizzle-orm 0.14.2-3793d78 → 0.14.2-5514014
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.
Potentially problematic release.
This version of drizzle-orm might be problematic. Click here for more details.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<h1>Drizzle ORM <a href=""><img alt="npm" src="https://img.shields.io/npm/v/drizzle-orm?label="></a></h1>
|
|
3
|
-
<img alt="npm" src="https://img.shields.io/npm/
|
|
3
|
+
<img alt="npm" src="https://img.shields.io/npm/dm/drizzle-orm">
|
|
4
4
|
<img alt="npm bundle size" src="https://img.shields.io/bundlephobia/min/drizzle-orm">
|
|
5
5
|
<a href="https://discord.gg/yfjTbVXMW4"><img alt="Discord" src="https://img.shields.io/discord/1043890932593987624"></a>
|
|
6
6
|
<img alt="NPM" src="https://img.shields.io/npm/l/drizzle-orm">
|
|
@@ -25,7 +25,7 @@ Drizzle ORM is being battle-tested on production projects by multiple teams 🚀
|
|
|
25
25
|
- Auto-inferring of TS types for DB models for selections and insertions separately
|
|
26
26
|
- Zero dependencies
|
|
27
27
|
|
|
28
|
-
| Database | Support |
|
|
28
|
+
| Database | Support | |
|
|
29
29
|
|:------------|:-------:|:---|
|
|
30
30
|
| PostgreSQL | ✅ |[Docs](https://github.com/drizzle-team/drizzle-orm/tree/main/drizzle-orm-pg)|
|
|
31
31
|
| MySQL | ✅ |[Docs](https://github.com/drizzle-team/drizzle-orm/tree/main/drizzle-orm-mysql) |
|