El Miércoles, 30 de Diciembre de 2009, Jeremy Evans escribió: > 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.
ok, in fact is not a big requeriment in my case. I'm thinking that the admin/user should be able, at least, of creating an empty database :) Also dealing with database users is a pain as each database has a very different philosophy ofr this subject. Regards. -- Iñaki Baz Castillo <[email protected]> -- 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.
