Skip to content

What is the best practice when creating tables? #690

Closed Answered by andrykonchin
kyto64 asked this question in Q&A
Discussion options

You must be logged in to vote

Tables creation is kind of database management area that IMHO is not a responsibility or purpose of an ORM. AFAIK a table creation on the fly is just a handy way to initialise a database or table in the test environment.

So it isn't a common practice AFAIK to create tables using Dynamoid in production environment.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kyto64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants