couchbaselabs / node-ottoman

Node.js ODM for Couchbase
https://ottomanjs.com/
Apache License 2.0
287 stars 98 forks source link

start() should throw if collectionName or scopeName do not exist #778

Open lemanschik opened 1 month ago

lemanschik commented 1 month ago

start() should throw if collectionName or scopeName do not exist

at present it simple waits unlimited on model load

await start();