Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-376

Implement duck-typed datastructures

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Major
    • .future
    • None
    • library
    • None

    Description

      This might make it easier to use Tyler Mitchell - ideas?

      The basic idea is something like

      ll = couchbase.datastructures.List(bucket, key, create=True)
      ll.append('hello')
      len(ll)
       
      dd = couchbase.datastructures.Dict(bucket, key, create=True)
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ingenthr Matt Ingenthron
            mnunberg Mark Nunberg (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty