@objectstack/driver-sql 6.9.0 → 7.0.0

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 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -529,5 +529,5 @@ Apache-2.0. See [LICENSING.md](../../../LICENSING.md).
529
529
  - [Knex.js Documentation](https://knexjs.org/)
530
530
  - [PostgreSQL Documentation](https://www.postgresql.org/docs/)
531
531
  - [MySQL Documentation](https://dev.mysql.com/doc/)
532
- - [@objectstack/driver-turso](../driver-turso/) - Edge-first SQLite alternative
532
+ - [@objectstack/driver-turso](https://github.com/objectstack-ai/cloud) - Edge-first SQLite alternative (cloud distribution)
533
533
  - [@objectstack/driver-memory](../driver-memory/) - In-memory driver for testing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/driver-sql",
3
- "version": "6.9.0",
3
+ "version": "7.0.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "SQL Driver for ObjectStack - Supports PostgreSQL, MySQL, SQLite via Knex",
6
6
  "main": "dist/index.js",
@@ -15,8 +15,8 @@
15
15
  "dependencies": {
16
16
  "knex": "^3.2.10",
17
17
  "nanoid": "^5.1.11",
18
- "@objectstack/core": "6.9.0",
19
- "@objectstack/spec": "6.9.0"
18
+ "@objectstack/core": "7.0.0",
19
+ "@objectstack/spec": "7.0.0"
20
20
  },
21
21
  "optionalDependencies": {
22
22
  "better-sqlite3": "^12.10.0"