bentonam / fakeit

Generates JSON documents based on models defined in YAML and adds them to a Couchbase Bucket
MIT License
86 stars 21 forks source link

Modernize library #195

Closed jgroh9 closed 3 years ago

jgroh9 commented 3 years ago

See readme changelog section for an overview of what was done.

The driving factor for these changes was to update the Couchbase NodeJS SDK to the latest version to take advantage of Scopes & Collections in Couchbase 7+, and to update the entire library since the last update was 3 years ago.

bentonam commented 3 years ago

Thank you for the PR @jgroh9 I'll be trying to review as soon as I get a chance

jgroh9 commented 3 years ago

I've made some changes on how to handle the scopes and collections. Creating a new PR with those changes.