Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
iLoveOncall
on Sept 12, 2022
|
parent
|
context
|
favorite
| on:
Let’s make WordPress officially support SQLite
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.
billpg
on Sept 12, 2022
|
next
[–]
Absolutely. Abstract away those SELECT/etc and allow for someone to specify what handler is going to implement that abstract interface.
m-p-3
on Sept 12, 2022
|
prev
[–]
So basically add SQLAlchemy as a middleware?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Abstract it or don't do it.