Teja wrote:
How do I check if the database exists already? I know create=true in the connection url creates if db doesn't exist and throws a SQLWarning if exists already, but is there a way to know for sure that a database exists already before connecting?
Why not just attempt a connection? What do you gain by knowing if the database exists or not?
Dan.
