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

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -