jsondb-core
jsondb-core copied to clipboard
Table Generation Strategy
Feature Request:
Create a setting for Table Generation Strategy. Usually databases have 3 options:
- Create
- Drop and Create
- Update
@mataide could you explain a bit more what would this strategy do. Please give a example
When you start the application, you want to:
- Create only if not exist.
- Drop everything and create again.
- Only update the models.
@mataide Okay thanks that makes it clear, i will try to incorporate this next time i get some time.