-
Notifications
You must be signed in to change notification settings - Fork 12
Design Decisions
Drew edited this page Mar 6, 2021
·
1 revision
The Akka.Persistence.Linq2Db plugin utilizes Linq2Db as the Micro-ORM.
-
Linq2Db has put a large emphasis on both performance as well as Cross DB Compatibility. Database-specific quirks like parameter sizing and column typing are handled transparently or in our specific configurations.
-
Any suggestions/improvements for specific databases can be suggested to Linq2Db community, which has a track record of good turn-around. This benefits the larger .NET community.