avatar

weekends are for leisure

Quick and Dirty ORM

July 24, 2010 · 2 minute read · Tags: programming , python3 , sqlite3

In January 2010 I decided to break from common database convention and design a new style of ORM. It was also an excuse to dive deeper into Python 3. The result is my Data Type Tables project, which currently only supports sqlite3. Features: You don’t have to write any SQL to use it, not even create table statements. Right, you’re not impressed, given that you can do the same with Ruby on Rails.
Continue reading

© 2024 - Released under the MIT licensePowered by Hugo with the Type Theme