sqlalchemy

SqlAlchemy Recipe:UUID Column

Regardless of how my colleagues who really care about proper database design feel about UUID's and GUIDs used for key fields. I often find I need to do it. I think it has some advantages over autoincrement that make it worth it.  

I've been refining a UUID column type for the past few months and I think I've finally got it solid.

 

Syndicate content