Hacker News new | past | comments | ask | show | jobs | submit login

I am all for WordPress building a database abstraction layer, but supporting explicitly one specific new database is a step in the opposite direction. It will just make it harder to implement such a layer in the future.

Abstract it or don't do it.




Absolutely. Abstract away those SELECT/etc and allow for someone to specify what handler is going to implement that abstract interface.


So basically add SQLAlchemy as a middleware?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: