What do you guys use for database abstraction with Python? I'm looking at DBO and PyDO primarily, but will look at others, based on suggestions.
I'm looking for something like PDO in PHP, in that I want it to bring full abstraction regardless of database (NoSQL and MySQL primarily).
Any help is appreciated!
