On Jul 15, 2:34 pm, Glen <[EMAIL PROTECTED]> wrote:
> I'd love to add support. I will need to look over the code base and
> get more comfortable with it first, and I'm a bit busy at work right
> now but am definitely very interesting in helping however I can. You
> guys have a really nice ORM here, much nicer/easier to work with than
> ActiveRecord in my opinion.
Here's my preferred syntax, though I'll consider alternatives:
create_table :users do
foreign_key :id1, :table1
foreign_key :id2, :table2
...
primary_key [:id1, :id2]
end
Not that I'd be a user of the feature, since I prefer all tables have
a surrogate primary key.
Jeremy
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---