drizzle-orm 0.16.0-11f7ff3 → 0.16.0-4124cf0

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.

Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -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)|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-orm",
3
- "version": "0.16.0-11f7ff3",
3
+ "version": "0.16.0-4124cf0",
4
4
  "description": "Drizzle ORM package for SQL databases",
5
5
  "scripts": {
6
6
  "build": "tsc && cp ../README.md package.json dist/",