On Mon, Feb 2, 2009 at 23:47, aap <[email protected]> wrote: > I've an existing database (sqlite3), > but I can't find a method in the documentation how to open the > database > and how to a class from the existing tables.
I think you are looking for the autoload=True option. For some examples (not very good ones in this case, but probably still useful), see: http://elixir.ematia.de/trac/browser/elixir/tags/0.6.1/tests/test_autoload.py -- Gaƫtan de Menten http://openhex.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
