# Abp.DynamicEntity

ABP version (opens new window) NuGet (opens new window) NuGet Download (opens new window) Discord online (opens new window) GitHub stars (opens new window)

An ABP module that can dynamically create entities at runtime and perform CRUD operations like normal entities.

demo.gif

# Installation

  1. Install the following NuGet packages. (see how (opens new window))

    • EasyAbp.Abp.DynamicEntity.Application
    • EasyAbp.Abp.DynamicEntity.Application.Contracts
    • EasyAbp.Abp.DynamicEntity.Domain
    • EasyAbp.Abp.DynamicEntity.Domain.Shared
    • EasyAbp.Abp.DynamicEntity.EntityFrameworkCore
    • EasyAbp.Abp.DynamicEntity.HttpApi
    • EasyAbp.Abp.DynamicEntity.HttpApi.Client
    • EasyAbp.Abp.DynamicEntity.MongoDb
    • EasyAbp.Abp.DynamicEntity.Web
  2. Add DependsOn(typeof(AbpDynamicEntityXxxModule)) attribute to configure the module dependencies. (see how (opens new window))

# Usage

Todo.

# Road map

Todo.

Last Updated: 11/20/2022, 2:39:50 PM