|
|
|
|
|
by satvikpendem
560 days ago
|
|
Why would I want to interact with my database over the network when I can just...do it locally? It's orders of magnitudes slower and more wasteful and it doesn't even provide all the guarantees that using actual SQL or an ORM does. |
|