logoalt Hacker News

pier25yesterday at 4:35 PM2 repliesview on HN

Bun, .NET, PHP, Java


Replies

Deukhoofdyesterday at 5:31 PM

For .NET only the old legacy .NET Framework, SqlClient was moved to a separate package with the rewrite (from System.Data.SqlClient to Microsoft.Data.SqlClient). They realized that it was a rather bad idea to have that baked in to your main runtime, as it complicates your updates.

show 1 reply
LunaSeayesterday at 4:44 PM

For Bun you're thinking of simple key / values, hardly a database. They also have a SQLite driver which is still just a package.

show 1 reply