Where should define database schema? in python (hint: django) or DDL.
Jonathan Ellis explain why schema definition belongs in the database. Yes, why reinventing the wheel create another database schema in .py (hint: django). Runtime introspection is good idea (hint: sqlalchemy, pydo).
After read Adrian Holovaty (hint: django) comment "Cache that, man. Cache it." my eyes wink wink ...
p/s: Nesting UnitOfWork in a Database Transaction seems more interesting compared to adodb CompleTrans()
No comments:
Post a Comment