MySQL vs PostgreSQL on Windows

I am torn between PostgreSQL and MySQL. I have to install the selected one on Windows. I especially need ASP.NET and NHibernate membership.

+3
source share
4 answers

AFAIK or one of them should work fine if your requirements are low enough. If you want to use more advanced db stuff, PostgreSQL is probably the best choice, but for simple things, it doesn't really matter.

My recommendation is to choose one that has administrative experience or that is used elsewhere in the organization.

+4
source

PostgreSQL . (, ..), MySQL. , MySQL (4.x), .

PostgreSQL - 4 , .

+2

MySQL NHibernate Asp.Net, . : AccountController MySQL ASP.NET MVC.

0

PostgreSQL - , , , MySQL, , , , , .

( PostgreSQL.)

0
source

Source: https://habr.com/ru/post/1716716/


All Articles