sqlalchemy in a single python script file -
I have read about using sqlalchemywith under the pylons framework.
If I need this then how will things work for a simple script file?
I am like an importer who is spidding a site and I want to save in mysql.
If any one is in the file, then am I still using Sqlalchemy?
How do I set up my model / mapping?
If things are in the same file, can I still use the Skelechmy?
Yes, SQLLime does not impose any restrictions on how you use it
You can see examples here on single-script initiality:
Comments
Post a Comment