On Wed, Mar 30, 2011 at 10:26 AM, Mauro Fagnoni <[email protected]> wrote: > Hi i have some question; after i create a database by phyton command* > > from couchdbkit.client import Server > server = Server() > server.create_db(“python_test”)* > > how i can is create a document structure as represent the table structure > data as like SQL table i know that this document is not a table but a > sequence of tag
You might want to check the docs for couchdbkit: http://couchdbkit.org/docs/
