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 & add support for scopes and collections #196

Open jgroh9 opened 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.