On Jul 19, 11:50 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Below I have an example of what I am trying to do, which doesn't seem > to be working because the DB is not being created. Basically I have a > script, which is more complicated that below, with several functions. > Some of these functions process the source data and populate the > database.
Sorry about the text in my previous message, I think it is a little bit confusing and incomplete. Basically, I want to load the Entity models as globals in the module, limiting what is imported directly from the elixir namespace as possible (So far, just the subclasses, metadata and objectstore). Then I want to call the elixir functionality of the model loaded from different scopes of the module (i.e. functions, or classes). So far, nothing works, the DB is not created, and I don't really understand previous threads about this issue. Any ideas on how to make this work? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
