Type: lib.sqlite.Update

Namespace: lib.sqlite

Description

Update records in a SQLite table. sqlite, database, update, modify, change

Use cases:
- Update flashcard content
- Modify stored records
- Change agent memory

Properties

Property Type Description Default
database_name str Name of the SQLite database file memory.db
table_name str Name of the table to update flashcards
data dict[str, any] Data to update as dict (column: new_value) {"content":"updated"}
where str WHERE clause (without ‘WHERE’ keyword), e.g., ‘id = 1’ ``

Outputs

Output Type Description
output dict[str, any]  

Browse other nodes in the lib.sqlite namespace.