Code Monkey home page Code Monkey logo

dbselect's Introduction

DBSelect

MSSQL数据库读写分离,支持XML配置多实例读写分离。支持读库权重设置。 Nuget上可以直接引用DBSelect

Weight值越大,权重越高。 XML配置如下: 写库链接字符串 读库链接字符串1 读库链接字符串2 读库链接字符串3 读库链接字符串4 读库链接字符串5 写库链接字符串 读库链接字符串1 读库链接字符串2 读库链接字符串3 读库链接字符串4 读库链接字符串5

使用方法: struct DBSelectEnum { public const string Default = "default"; public const string Learn = "learn"; }

1.DBSelector.SelectDB("select * from demo", DBSelectEnum.default);//自动根据SQL字符串判断读写库选择 默认default节,如果选择其他节则必须显式指定

2.DBSelector.SelectDB(SQLRWEnum.Write); //对于一些查询比较需要及时得语句 可以直接显式指定写库

3.DBSelector.SelectDB("", System.Data.CommandType.StoredProcedure);//存储过程默认写库 如果读库需显式指定

dbselect's People

Contributors

gnahziak avatar

Stargazers

 avatar  jerryjhai avatar  avatar

Watchers

 avatar

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.