On Dec 29, 3:52 pm, Iñaki Baz Castillo <[email protected]> wrote: > Hi, I'm looking in the documentation but it seems that Sequel doesn't provide > methods to create or delete databases and users (in an abstract way, without > using raw SQL). > > To be sure, do I miss something?
Nope, Sequel does not provide a way to do this. I don't have plans to add an API for this, either, and would only apply a patch that added such an API if it had broad community support. Your best bet currently is to create a Sequel extension for this. I'd be happy to answer questions if you run into trouble doing so. 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.
