GithubHelp home page GithubHelp logo

Comments (16)

liuhaoyang avatar liuhaoyang commented on May 20, 2024 1

Oh... sharding ..

from smartsql.

Ahoo-Wang avatar Ahoo-Wang commented on May 20, 2024 1

@liyuan0420
SmartSql-V4 已支持注入外部配置,见以下demo

services
                .AddSmartSql((builder) =>
                {
                    builder.UseProperties(Configuration);
                })
                .AddRepositoryFromAssembly(o =>
                {
                    o.AssemblyString = "SmartSql.Sample.AspNetCore";
                    o.Filter = (type) =>
                    {
                        return type.Namespace == "SmartSql.Sample.AspNetCore.DyRepositories";
                    };
                });

https://github.com/Smart-Kit/SmartSql/blob/master/sample/SmartSql.Sample.AspNetCore/Startup.cs#L26

from smartsql.

ghd258 avatar ghd258 commented on May 20, 2024

12.集成EF Core

from smartsql.

zhanqinwen avatar zhanqinwen commented on May 20, 2024

6简单的单表CUD实现就成了

from smartsql.

chnzhang avatar chnzhang commented on May 20, 2024

12.返回类型 键值对 如: Dictionary IList<Dictionary> 增加灵活性
13.xml里where if判断条件能单独处理如:<where> <if test="id>0" >id=?id </if> </where>

from smartsql.

Ahoo-Wang avatar Ahoo-Wang commented on May 20, 2024

@ghd258 SmartSql 跟 EF Core 都是ORM,不理解你指的集成是啥意思?

from smartsql.

chenmfly avatar chenmfly commented on May 20, 2024

支持,蛮好的!

from smartsql.

ElderJames avatar ElderJames commented on May 20, 2024

支持一对多实体列表返回值映射

from smartsql.

ElderJames avatar ElderJames commented on May 20, 2024

提供更友好的异常日志,过滤掉通过smartsql引起的系统异常

from smartsql.

Ahoo-Wang avatar Ahoo-Wang commented on May 20, 2024

@chnzhang

12.返回类型键值对如:词典IList 增加灵活性
13.xml里如果判断条件能单独处理如: 0”> id =?id </ if > </ where>

12 同意,13 将由 SmartExpression 提供支持。

from smartsql.

Ahoo-Wang avatar Ahoo-Wang commented on May 20, 2024

@chenmfly 感谢支持。:smile:

from smartsql.

MetSystem avatar MetSystem commented on May 20, 2024

sharding

from smartsql.

ElderJames avatar ElderJames commented on May 20, 2024

#49

from smartsql.

caobingsheng avatar caobingsheng commented on May 20, 2024

能自动分页就好了

from smartsql.

liyuan0420 avatar liyuan0420 commented on May 20, 2024

Redis提取到链接数据库模块,可用环境变量配置。

from smartsql.

leyou240 avatar leyou240 commented on May 20, 2024

迫切需要数据水平分片的支持,由于数据量很大后期需要将数据分片。
.net中目前没有开源的解决方案,经过分析只有java有相应的方案https://shardingsphere.apache.org/document/current/cn/features/sharding/

from smartsql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.