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 4 months ago

lemanschik commented 4 months ago

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

at present it simple waits unlimited on model load

await start();