yes i know that i can create my own ids but i am interesting in what way couch guy's solve this.
2010/4/19 David Coallier <[email protected]>: >> >> i need short integer ids in url like host/audios/23342 >> how couch guy's catch this? > > You'd have to create your own IDs when creating a new document. > > Check out the PUT part of the document API where you specify a document id: > http://wiki.apache.org/couchdb/HTTP_Document_API > > This should help you :) > > > -- > David Coallier >
