Thank you for your replies. With helper code I mean:
I want the architecture of my program so: - There's a database - Only SQLAlchemy talks to the database - There is a function for every task that SQLAlchemy does So, I want to do something like this in the end: addCustomer (login='mylogin', password='secret', ...) and the function "addCustomer" checks input, creates a hash of the password and so on.. And that helper function then uses the SQLAlchemy API. I mean, I think you're all doing this too, since nobody wants to call the SQLalchemy API every time again and again. Thanks Jess --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
