Hello Alexander, I didn't quite understand what your question was about. Assuming you're talking about SQLAlchemy, you only can use it to create models for and "with" databases. Maybe you want to use sqlite, which stores all the data in a simple file.
-- Markus Alexander Peprepelica <[email protected]> wrote: >Hello! >I try create simple model but can't find any tutorial. My model would >create from local dir but this isn't filesystem model. So I wont create > >abstract model with some properties and values. >Can anybody help me? >Thank you! > >-- >You received this message because you are subscribed to the Google >Groups "pocoo-libs" group. >To unsubscribe from this group and stop receiving emails from it, send >an email to [email protected]. >To post to this group, send email to [email protected]. >Visit this group at http://groups.google.com/group/pocoo-libs. >For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pocoo-libs. For more options, visit https://groups.google.com/groups/opt_out.
