Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CockroachDB and Microsoft Entity Framework

Does CockroachDB work with Microsoft Entity Framework? If not which ORM would work?

like image 737
Xami Yen Avatar asked Feb 04 '26 07:02

Xami Yen


1 Answers

Yes, it should work with an external driver and we suggest using http://www.npgsql.org/.

Specifically their Entity Framework nuget package: https://www.nuget.org/packages/EntityFramework6.Npgsql/

If you encounter any issues, please open issue on either https://github.com/npgsql/npgsql or https://github.com/cockroachdb/cockroach

like image 182
Bram Gruneir Avatar answered Feb 06 '26 15:02

Bram Gruneir