BeerMoneyDev / nest-qldb

Object Document Mapper connecting NestJS to QLDB Quantum Ledger Database
MIT License
16 stars 5 forks source link

Support "createTablesAndIndexesIfNotExists" #9

Closed KerryRitter closed 11 months ago

KerryRitter commented 3 years ago

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.

mits87 commented 2 years ago

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

benMain commented 11 months ago

@mipopon merged