drizzle-orm 0.23.2-e17a5ba → 0.23.2-ec4bb7f

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,6 +34,7 @@ Drizzle ORM is being battle-tested on production projects by multiple teams 🚀
34
34
  | MySQL | ✅ |[Docs](./drizzle-orm/src/mysql-core/README.md)|
35
35
  | SQLite | ✅ |[Docs](./drizzle-orm/src/sqlite-core/README.md)|
36
36
  | [Cloudflare D1](https://developers.cloudflare.com/d1) | ✅ | [Docs](./examples/cloudflare-d1/README.md) |
37
+ | [libSQL](https://libsql.org) | ⏳ | |
37
38
  | DynamoDB | ⏳ | |
38
39
  | MS SQL | ⏳ | |
39
40
  | CockroachDB | ⏳ | |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-orm",
3
- "version": "0.23.2-e17a5ba",
3
+ "version": "0.23.2-ec4bb7f",
4
4
  "description": "Drizzle ORM package for SQL databases",
5
5
  "scripts": {
6
6
  "build": "tsc && resolve-tspaths && cp ../README.md package.json dist/",