2008-6-13
| 20:04 | vomjom | does django-sqlalchemy have a simple function that'll convert a django Model into an sqlalchemy Table? |
| 20:11 | brosner | not really. sounds like a decent abstraction though |
| 20:12 | brosner | right now that code is embedded in the metaclass for models |
| 20:17 | brosner | i am so far behind the dj-sa dev right now. empty appears to be steadily committing things. was i right about the Model to sa Table? |
| 20:45 | empty | vomjom: yeah brosner is right. |
| 20:45 | empty | although no longer a metaclass |
| 20:45 | empty | but a factory of sorts. |
| 20:46 | empty | same idea though |
| 20:46 | brosner | yeah i just saw that. i need to study these changes |
| 20:46 | empty | vomjom: sounds like a cool management command. |
| 20:46 | brosner | tons o work |
| 20:46 | empty | brosner: well yeah but these days I spend 3 hours and make one little change. :) |
| 20:47 | empty | but I've been doing a little bit each night. |
| 20:47 | brosner | its like we are meta programming the meta programming |
| 20:47 | empty | yes, haha |