DEV Community

Optimajet Limited for Optimajet

Posted on

Optimajet Data Engine 1.0.0: Open Source Workflow Engine Component alpha release

Optimajet Data Engine 1.0.0: Open Source Workflow Engine Component is a .NET ORM framework developed for implementing providers in the Workflow Engine. This project is currently in the alpha release stage.

The primary goal of DataEngine is to generate queries to various databases through a unified interface and automatically map this data to entities.

Contains Breaking Changes

  1. Reworked the process of passing settings to providers' implementations.
  2. Added the method IProvider.UseOptions to create a local context with settings.
  3. Added the ability to specify the database schema. Note that this is not supported by all databases.
  4. Introduced splitting large queries in InsertAll and SelectByKeys into subqueries to avoid parameter overflow errors.
  5. Reworked the addition of TypeHandlers in SQL providers. This mechanism is now more reliable and understandable, and it also supports detecting vanilla Dapper in the project.
  6. Updated SqlKata to version 1.0.0.

GitHub Open Source code

Top comments (0)