Kudos the folks working on this project. It is fantastic work.

It appears that you can get access to the columnar meta-data for a
model via the schema attribute of a database, but how can you reflect
on the associations of a model? Is there any plan (or interest) in
having this metadata be reflected directly from the model. I
implemented this once for ActiveRecord, but never released it because
I stopped working with AR. :)

You would use it like this:

Entries.record_info # => [ :title => :string, :author =>
[ :one_to_one, :author ] ... etc

If someone can point me to where I can reflect on associations, I can
pull this together. Or maybe I've just missed the right place in the
API?

Tip of the hat, again. Great work.

Regards,
Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sequel-talk" 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/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to