Y
Hacker News
new
|
ask
|
show
|
jobs
by
Lunatic666
2903 days ago
I also don't think it's a good idea. If you don't use the database specific functions out of fear you aren't able to switch anymore, you are probably wasting a lot of potential performance.
1 comments
blattimwind
2903 days ago
I think "changing the DB" likely referred to schema changes, not swapping out the DBMS.
link
pc86
2903 days ago
> > > > It also makes changing your DB a lot easier since APIs using the DAL don't need to be updated
since they're DB agnostic
[emphasis mine]
I took it as changing the DBMS under the hood.
link