Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 92830 invoked from network); 29 Dec 2009 21:23:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Dec 2009 21:23:18 -0000 Received: (qmail 73747 invoked by uid 500); 29 Dec 2009 21:13:05 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 73725 invoked by uid 500); 29 Dec 2009 21:13:05 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 73714 invoked by uid 99); 29 Dec 2009 21:13:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Dec 2009 21:13:04 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kolosy@gmail.com designates 74.125.78.24 as permitted sender) Received: from [74.125.78.24] (HELO ey-out-2122.google.com) (74.125.78.24) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Dec 2009 21:12:54 +0000 Received: by ey-out-2122.google.com with SMTP id 22so1583044eye.41 for ; Tue, 29 Dec 2009 13:12:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=1BH8E00HC4s72IecwzyhIrEeaRjNnTUgTjyNmvM+lwM=; b=x14heBkzc5pWWsD87VBzdD8VFZlDMO7NG1xwoVL6JNUvZlgbmlrOBvXSsvpAurC7zI 1978Q5s5j2SiYik/FIlXKxoLwXvX/C/AkFBahREMhHhh8uK3StZKvGLBpYPIjV1xmF83 UxyJAsMJVoKn0hqX257VUEQSaM4ozkuZrq/oQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=LRc8uFKtshQJO6HwI7FIZL3kL8jzwQ2I79TEcMqcvB2OaB67VRndSMZW8Lnx6x+z5S Sj6XmLh1Hlkh7CkbTFH7KomMa60Hi4AEw6vsX6M4wCvfHNlCCXg6Z6isXsRSbajFU4Ch wJoHqave5lr1fiEqhiCc2QJMsA7wpMysmn/qY= MIME-Version: 1.0 Sender: kolosy@gmail.com Received: by 10.216.89.70 with SMTP id b48mr2283164wef.160.1262121152451; Tue, 29 Dec 2009 13:12:32 -0800 (PST) Date: Tue, 29 Dec 2009 15:12:32 -0600 X-Google-Sender-Auth: 34e5272847c7bf59 Message-ID: <8098243e0912291312v3ef07764s98cbcea1f55ed079@mail.gmail.com> Subject: f# couchdb library From: Alex P To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0016e6d9a327f493de047be47a72 --0016e6d9a327f493de047be47a72 Content-Type: text/plain; charset=ISO-8859-1 All, I just put up an F# couchdb dsl implementation on github[1]. The dsl will need some cleaning (might go all-out and build out the quotation stuff), but it's a starting point. The big thing is that you can interact with couch through F# record types. That works out quite well because you effectively have a record representing a single, immutable revision of a couch doc. This is a fairly thin layer on top of the existing Divan library, so functionally it's pretty robust. [1] http://github.com/kolosy/FunctionalDivan Hope this helps someone out there Thanks, Alex. --0016e6d9a327f493de047be47a72--