jsondb-core icon indicating copy to clipboard operation
jsondb-core copied to clipboard

Table Generation Strategy

Open mataide opened this issue 5 years ago • 3 comments

Feature Request:

Create a setting for Table Generation Strategy. Usually databases have 3 options:

  1. Create
  2. Drop and Create
  3. Update

mataide avatar Sep 23 '19 17:09 mataide

@mataide could you explain a bit more what would this strategy do. Please give a example

FarooqKhan avatar Jan 31 '20 19:01 FarooqKhan

When you start the application, you want to:

  1. Create only if not exist.
  2. Drop everything and create again.
  3. Only update the models.

mataide avatar Jan 31 '20 19:01 mataide

@mataide Okay thanks that makes it clear, i will try to incorporate this next time i get some time.

FarooqKhan avatar Jan 31 '20 20:01 FarooqKhan