BeerMoneyDev/nest-qldb

Support "createTablesAndIndexesIfNotExists"

KerryRitter opened this issue · 2 comments

We can now create indexes on the fly. We should either check if the indexes/tables exist and not try to create them, or swallow the exception to create index/tables that exist.

Yes, it would be super helpful to have this functionality.
Any progress here?

@mipopon merged