New ask Hacker News story: Ask HN: Why isn't there a Node.js SQL core module?

Ask HN: Why isn't there a Node.js SQL core module?
2 by hliyan | 0 comments on Hacker News.
I understand that database drivers need to be installed as dependencies, but I'm wondering why basic relational database connectivity, querying and other mechanisms such as transactions are not part of core modules. E.g. java.sql.*, database/sql in Go.

Comments