Questions tagged [loveseat]

Love Seat :- Bringing Couchdb and .Net a little closer

Love Seat is a simply architected CouchDB C# client with the intent to abstract away just enough so that it's easy to use.

2 questions
6
votes
3 answers

CouchDB terminates unexpectedly

Today I wrote a performance testing program to insert data and add attachments to couchdb. The server software is couchbase (which is a wrapper of couchdb) and the operating system is Windows 2003 server. The program is developed in C# and the…
Peter Long
  • 3,964
  • 2
  • 22
  • 18
1
vote
2 answers

what is the correct hello world program using c#, couchdb and LoveSeat

I'm trying to store a simple hello world in c# in a couchdb Database (total newbie). I'm using LoveSeat (but feel free to suggest another client if it would help) and have created this simple code: static void Main(string[] args) { var cl = new…
Steve B
  • 36,818
  • 21
  • 101
  • 174