Chris C. wrote: > Hi, > I have an idea for a program I really want to have (I want to rewrite an > Access db I wrote a few years ago into Python, using sqlite and Dabo), but > I'm new to programming so I'm learning as I go. > > In researching and planning, the question of whether to use an ORM > (specifically Sqlalchemy) came up. Is Dabo compatible with Sqlalchemy? > Should I use an ORM at all Dabo has a built-in ORM that your application should use, but I use sqlalchemy in conjunction sqlalchemy-migrate to version control my database. Great toolset that fills a need.
Regards, Nate _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
