@mastra/turso 0.1.3-alpha.2 → 0.1.3
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 +9 -11
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @mastra/turso
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Use the Turso storage adapter to persist Mastra agents, workflows, memory, and other storage domains in a local database file.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -21,16 +21,14 @@ const storage = new TursoStore({
|
|
|
21
21
|
await storage.init();
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
## Documentation
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
- [Turso Storage](https://mastra.ai/reference/storage/turso)
|
|
27
27
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
});
|
|
34
|
-
```
|
|
28
|
+
## Changelog
|
|
29
|
+
|
|
30
|
+
See the [package changelog](https://github.com/mastra-ai/mastra/blob/main/stores/turso/CHANGELOG.md) for version history and release notes.
|
|
31
|
+
|
|
32
|
+
## Support
|
|
35
33
|
|
|
36
|
-
|
|
34
|
+
We have an [open community Discord](https://discord.gg/mastra-ai). Come and say hello and let us know if you have any questions or need any help getting things running.
|
package/dist/docs/SKILL.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/turso",
|
|
3
|
-
"version": "0.1.3
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Turso Database storage provider for Mastra",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@tursodatabase/database": "0.7.0",
|
|
24
24
|
"detect-libc": "^2.1.2",
|
|
25
|
-
"@mastra/libsql": "1.22.3
|
|
25
|
+
"@mastra/libsql": "1.22.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "22.20.1",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"tsx": "^4.23.1",
|
|
34
34
|
"typescript": "^7.0.2",
|
|
35
35
|
"vitest": "4.1.10",
|
|
36
|
-
"@internal/
|
|
37
|
-
"@internal/
|
|
38
|
-
"@internal/types-builder": "0.0.
|
|
39
|
-
"@mastra/core": "1.64.0
|
|
36
|
+
"@internal/storage-test-utils": "0.0.126",
|
|
37
|
+
"@internal/lint": "0.0.130",
|
|
38
|
+
"@internal/types-builder": "0.0.105",
|
|
39
|
+
"@mastra/core": "1.64.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@mastra/core": ">=1.63.1-0 <2.0.0-0"
|