Does the virtual table only still support read tables? #141
iamwilhelm
started this conversation in
General
Replies: 1 comment
-
It's not implemented, the callbacks are set to null. You need to implement the callbacks but also design and implement the zig abstractions, which is going to take more time. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I read that in the introductory post. However, it's been a little while, and based on what I know from reading the Sqlite documentation, enabling writing is being able to define functions like
xUpdate
and the like. But as far as I can tell, looking at thesqlite3_module
,xUpdate
and the rest of the struct function API is already defined.So I'm guessing virtual tables can also handle writes, if the appropriate callbacks are implemented?
Beta Was this translation helpful? Give feedback.
All reactions