@supabase/lite 0.6.2-next.3 → 0.7.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 +2 -1
- package/STATUS.md +1 -1
- package/dist/cli/index.js +107 -107
- package/dist/cli/lib.js +36 -36
- package/dist/db/libsql/index.d.ts +30 -0
- package/dist/db/libsql/index.js +12 -0
- package/package.json +10 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|

|
|
5
5
|

|
|
6
6
|
|
|
7
|
-

|
|
8
8
|
|
|
9
9
|
# Supabase Lite
|
|
10
10
|
|
|
@@ -352,6 +352,7 @@ export default app; // app.fetch handles requests
|
|
|
352
352
|
| Workerd | `@supabase/lite/workerd` |
|
|
353
353
|
| PGlite | `@supabase/lite/pglite` |
|
|
354
354
|
| Postgres | `@supabase/lite/postgres` |
|
|
355
|
+
| libsql/Turso | `@supabase/lite/libsql` |
|
|
355
356
|
|
|
356
357
|
|
|
357
358
|
---
|
package/STATUS.md
CHANGED
|
@@ -26,7 +26,7 @@ Feature and API compatibility tracking for @supabase/lite. For usage docs, see [
|
|
|
26
26
|
| PGlite | `@electric-sql/pglite` | ✅ |
|
|
27
27
|
| PostgreSQL | `postgres` (node driver) | ✅ |
|
|
28
28
|
| Supabase Cloud | Cloud connection | ✅ |
|
|
29
|
-
| LibSQL | `@libsql/client` |
|
|
29
|
+
| LibSQL | `@libsql/client` | ✅ |
|
|
30
30
|
| Turso | `@tursodatabase/database` | 🔄 |
|
|
31
31
|
| SQLite.ai | | 🔄 |
|
|
32
32
|
|