Hi!
On Mon, Sep 02, 2013 at 03:40:51PM -0300, Francisco Chiotta <fra...@gm...> wrote:
> Hello people,
> I am new with sqlobject, I was seeing the package and
> I think is a very good job.
Thank you!
> I just have a question for you. There exist a
> way to create users, of the database I am connected, or drop them using
> sqlobject ? I am using sqlobject with postgres.
Alas, there is no aside from low-level SQL query like
connection.query("CREATE USER name PASSWORD 'xxx'")
> Sorry if the question is silly
It is not. Certainly there are many areas where SQLObject could be
and should be improved. IWBN if sooner or later you join the effort.
> but I am a beginner in this
You are welcome!
> and I didn't
> find any information about it.
Documentation is one such area that needs a lot of improvements.
> Thank you for your time.
> Regards
Oleg.
--
Oleg Broytman http://phdru.name/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|