|
|
|
|
|
by burntsushi
4850 days ago
|
|
> it's in approximately the same place as C is w.r.t. databases. I think the existence of a standardized interface like `database/sql` makes things strictly better. An anecdote: I started making a new web application using MySQL. As soon as I realized the error of my ways (not because of the driver), I swapped out a single import from the MySQL driver to the PostgreSQL driver, and everything continued to work as it did before. [EDIT] Anyone care to explain the down-votes? |
|