Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ID とアクセス トークンを含む Cookie 用の CouchDb テーブルがあります。そのトークンがまだテーブルに存在しない場合にのみ、特定のトークンの新しい Cookie を作成したいと考えています。nodejsのクレードルを使用してCouchDbでそれを行うにはどうすればよいですか?
最初に Cookie を読み取り、そこにある場合はマージし、そうでない場合は新しい Cookie を作成します。