I've never been a fan of SQL (and have little experience with databases in general), but I've had reason to dig into a sqlite conversion of a mssql dump and, thankfully, found elixir. I'm working with a ~300MB sqlite file and wanting to generate table classes & objects as programmatically as possible (using the beauty of type), naturally, but I can't find a way to differentiate between using Field vs ManyToOne vs OneToMany.
I haven't dug into sqlalchemy too much, but playing around in the interpreter, it seems a sqlalchemy.Table(name, elixir.metadata, autoload=True).indexes indicates where there is a mapping. However, I can't figure out any way to determine what they should be linked to programmatically. Anyone have ideas? -- You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=en.
