Skip to content

Help POCO objects work with both SQL and NoSQL (MongoDB) databases at the same time on .NET

License

Notifications You must be signed in to change notification settings

vieapps/Components.Repository

Repository files navigation

VIEApps.Components.Repository

The tiny polyglot component to help POCO objects work with both NoSQL and SQL databases in the same time (just another ORM-ish component) on .NET Standard 2.x/.NET Core 2.x+

  • POCO objects can be stored in both NoSQL database (MongoDB) and SQL database (SQLServer, MySQL, PostgreSQL) at the same time as individual objects or synced objects
  • Attributes/Columns are mapped like ActiveRecord acts
  • Have built-in extended properties
  • Integrated with caching component (VIEApps.Components.Caching) to reduce all I/O round trips
  • Built-in serializations with JSON and XML
  • Fully async with distributed transactions supported (both SQL and NoSQL)

NuGet

NuGet

Configuration

TBD

Languages