drizzle-orm 0.29.1-758723b → 0.29.1-d09fb96

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.
package/README.md CHANGED
@@ -35,13 +35,13 @@ Check the full documentation on [the website](https://orm.drizzle.team)
35
35
  | PostgreSQL | ✅ | [Docs](https://orm.drizzle.team/docs/quick-start) | |
36
36
  | MySQL | ✅ | [Docs](https://orm.drizzle.team/docs/quick-start) | |
37
37
  | SQLite | ✅ | [Docs](https://orm.drizzle.team/docs/quick-start) | |
38
- | Cloudflare D1 | ✅ | [Docs](https://driz.li/docs-d1) | [Website](https://developers.cloudflare.com/d1) |
38
+ | Cloudflare D1 | ✅ | [Docs](https://driz.link/docs-d1) | [Website](https://developers.cloudflare.com/d1) |
39
39
  | libSQL | ✅ | [Docs](/examples/libsql/README.md) | [Website](https://libsql.org) |
40
- | Turso | ✅ | [Docs](https://driz.li/docs-turso) | [Website](https://turso.tech) |
41
- | PlanetScale | ✅ | [Docs](https://driz.li/docs-planetscale) | [Website](https://planetscale.com/) |
42
- | Neon | ✅ | [Docs](https://driz.li/docs-neon) | [Website](https://neon.tech/) |
43
- | Vercel Postgres | ✅ | [Docs](https://driz.li/docs-vercel-postgres) | [Website](https://vercel.com/docs/storage/vercel-postgres/quickstart) |
44
- | Supabase | ✅ | [Docs](https://driz.li/docs-supabase) | [Website](https://supabase.com) |
40
+ | Turso | ✅ | [Docs](https://driz.link/docs-turso) | [Website](https://turso.tech) |
41
+ | PlanetScale | ✅ | [Docs](https://driz.link/docs-planetscale) | [Website](https://planetscale.com/) |
42
+ | Neon | ✅ | [Docs](https://driz.link/docs-neon) | [Website](https://neon.tech/) |
43
+ | Vercel Postgres | ✅ | [Docs](https://driz.link/docs-vercel-postgres) | [Website](https://vercel.com/docs/storage/vercel-postgres/quickstart) |
44
+ | Supabase | ✅ | [Docs](https://driz.link/docs-supabase) | [Website](https://supabase.com) |
45
45
  | DynamoDB | ⏳ | | |
46
46
  | MS SQL | ⏳ | | |
47
47
  | CockroachDB | ⏳ | | |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-orm",
3
- "version": "0.29.1-758723b",
3
+ "version": "0.29.1-d09fb96",
4
4
  "description": "Drizzle ORM package for SQL databases",
5
5
  "type": "module",
6
6
  "scripts": {
package/version.cjs CHANGED
@@ -26,7 +26,7 @@ __export(version_exports, {
26
26
  module.exports = __toCommonJS(version_exports);
27
27
 
28
28
  // package.json
29
- var version = "0.29.1-758723b";
29
+ var version = "0.29.1-d09fb96";
30
30
 
31
31
  // src/version.ts
32
32
  var compatibilityVersion = 6;
package/version.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- var version = "0.29.1-758723b";
1
+ var version = "0.29.1-d09fb96";
2
2
 
3
3
  declare const compatibilityVersion = 6;
4
4
 
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- var version = "0.29.1-758723b";
1
+ var version = "0.29.1-d09fb96";
2
2
 
3
3
  declare const compatibilityVersion = 6;
4
4
 
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "0.29.1-758723b";
2
+ var version = "0.29.1-d09fb96";
3
3
 
4
4
  // src/version.ts
5
5
  var compatibilityVersion = 6;