@persql/sdk 0.1.0 → 1.1.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.
package/README.md CHANGED
@@ -107,9 +107,9 @@ const { data } = await db.query("SELECT * FROM customers");
107
107
 
108
108
  `query / batch / transaction / tables / explain / schema` route
109
109
  through `better-sqlite3` (lazy-loaded — never required for live use).
110
- `vectors`, `blob`, and `subscribe` throwthey have no local
111
- equivalent. The same `db.driver()` works in local mode, so a
112
- Drizzle-based data layer needs zero changes between tests and prod.
110
+ `subscribe` throwsit has no local equivalent. The same
111
+ `db.driver()` works in local mode, so a Drizzle-based data layer
112
+ needs zero changes between tests and prod.
113
113
 
114
114
  Call `persql.close()` to release the file handle when done.
115
115