Hi List,

Couchdbkit is another library for CouchDB, built with thread safety in
mind.

Here is a very brief (and very informative) explanation on how to use
it:
http://couchdbkit.org/docs/gettingstarted.html

I'm wondering where would be the right place in my app to initialize
my database objects and associate my models with them.
In couchdbkit terms, this is:
# create database
 db = get_or_create_db(“greeting”)
 # associate Greeting to the db
 contain(db, Greeting)

So, what would be the best place for this?

--

You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.


Reply via email to