Elliot Scribner
Elliot Scribner
We're seeing a segmentation fault when trying to connect using TLS (connection string prefixed with `couchbases` instead of just `couchbase`). This is particularly relevant when connecting to a Capella cluster,...
We need to do some testing with Ottoman on various Capella systems. @ejscribner will provide databases to test with.
Create an alternative decorator-based API that is similar to TypeGoose, Nest.js, Angular.js, etc: ``` @Collection() class User { string name; @required string email; } ```
A CLI for Ottoman.js to improve developer experience. The CLI could handle: - project scaffolding using ottoman using some templates for languages like js and ts also for frameworks like...
Inspired by Prisma.js, we'd like to provide a similar method for easily defining models
## :bookmark_tabs: Summary Enables special characters within backticked strings for the attributeName in an ER Diagram. Resolves #5123 ## :straight_ruler: Design Decisions To allow more flexibility in an `attributeName`, I've...
# What this PR does / why we need it: Adds the ability to use Couchbase as an online store. # Which issue(s) this PR fixes: N/A # Misc While...