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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -