Pass JSON into the database as fields.

This commit is contained in:
mattbk
2025-10-12 20:59:51 -05:00
parent 0698deee41
commit d8cdcfeb12
3 changed files with 29 additions and 9 deletions

1
Cargo.lock generated
View File

@@ -109,6 +109,7 @@ dependencies = [
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"serde_json",
"smallvec",
]