Replies: 1 comment 1 reply
-
hello. One cannot do it cause the schema is static. If we made the schema dynamic fancy template API will be unavailable. That's why the schema has to be static. I am sure your case can be covered with a static schema |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello, sorry to disturb you again.
I use sqlite_orm::make_storage() to create a storage, how should i do to add a table into this storage? It seems that i don't find a function to create a table like this way:
myStorage.create_table()
.Beta Was this translation helpful? Give feedback.
All reactions