Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
01-29-2015, 12:31 PM | #1 |
Permanently Gone
Industry Role:
Join Date: Mar 2004
Posts: 10,019
|
Python Database Abstraction?
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! |
01-29-2015, 01:00 PM | #2 |
Confirmed User
Join Date: Aug 2002
Posts: 2,781
|
__________________
I don't endorse a god damn thing...... |
01-29-2015, 01:57 PM | #3 |
Permanently Gone
Industry Role:
Join Date: Mar 2004
Posts: 10,019
|
Thanks for the link!
|
01-29-2015, 07:08 PM | #6 | |
Raise Your Weapon
Industry Role:
Join Date: Jun 2003
Location: Outback Australia
Posts: 15,605
|
Quote:
Go to #python on Freenode and you'll get as many opinions on what's best as there are people in the channel. I have used SQLObject, found it does the job, however you're right , all the documentation is a bit dated but it's actively maintained, last update 3 days ago. https://github.com/sqlobject/sqlobject |
|
01-29-2015, 08:27 PM | #7 |
Permanently Gone
Industry Role:
Join Date: Mar 2004
Posts: 10,019
|
|