Hello list

I'm using sqlalchemy quite a while now, but only for "informal"
projects and internal tools. So far, I've stored all models in a file
called db.py, from database initialization to methods for changing
data.

However, I'm planning a bigger project and I'm stuck with the question
how to use sqlalchemy in a better way.

Actually, I want to split models; meaning that i have i.e. a "person"
model and a "car" model, which are stored in seperate files. However,
I'm missing an example or information how to do this.

Does anyone have an overview about a complete project? I'm basically
missing the "big picture", or best practices:

  - where to store database initialization and configuration
  - how to store models in separate files, and how to interact with
them

Thanks
Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to