-
Notifications
You must be signed in to change notification settings - Fork 0
Home
steveski edited this page Jul 12, 2020
·
1 revision
Welcome to the Perigee.Framework Documentation.
This framework is designed to provide a clean CQRS implementation without locking the client code into frustrating anti patterns and rabbit holes. You can create command and queries to perform any action you like but we also provide database access via the pattern. The primary ORM that is available out of the box is Entity Framework Core. If you wish to use this then add the Perigee.Entity.Framework package to your solution, or roll your own project to suit your chosen ORM. The base project has no dependency on EF libraries directly, but certain objects are similar, such as the re-implemented EntiteState.
. . . . more doco to come.