Hi,
I have just started to use Sequel and I am very pleased about it: fInally, a 
library that leaves some intelligence where it belongs (in the DBMS)!

Sequel is also very well documented. The following is a list of things that I 
was not able to find in the documentation, though:

1) Schemata (create/drop schema): if a database has a schema Foo, I can create 
table Bar in it with create_table(:foo__bar). But, is there a method to create 
Foo in the first place?

2) Is it possible to add a match simple, match partial or match full clause to 
a 
foreign key?

3) :deferrable corresponds to "deferrable initially deferred": how about 
"deferrable initially immediate"?

My understanding is that all the above can be achieved through explicit SQL, 
but 
not in the DSL. Is it correct?

Thanks in advance,
Nicola

-- 
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