Create table from struct #4285
Unanswered
barsdeveloper
asked this question in
Q&A
Replies: 1 comment 1 reply
-
We do currently not provide such a functionality, but we are open to accept contributions that add something like that based on the |
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
-
Is there in Diesel something similar to
schema.create_table_from_entity(entity_object)
from Sea ORM that gives a query that when executed creates a table suitable for a Entity. With Sea ORM I was using a code first approach that on the first run sets up the database to be coherent with the entities I have. Is there something similar in Diesel that works programmatically (without using a CLI).Beta Was this translation helpful? Give feedback.
All reactions