Giter VIP home page Giter VIP logo

summer-db's Introduction

jdb 项目简介:

创建用于java使用的数据表操作工具,其核心为DataSet类,用于建立内存表。 基于DataSet所派生的DataQuery,为操作各类数据仓库的基类,具体实现有:

rds数据库操作:

  • SqlQuery:用于操作mysql数据表,可取代hibernate/mybatis,特别适用各类组合条件查询,支持批处理与事务,也支持与hibernate互转。
  • MssQuery:用于操作mssql数据表,可取代hibernate/mybatis,特别适用各类组合条件查询,支持批处理与事务,也支持与hibernate互转。

nosql数据库操作:

  • NasQuery:用于以类似mysql的操作方式,操作网络文件或本地文件,降低学习成本,以及由mysql迁移到nas的成本。
  • MongoQuery:用于以类似mysql的操作方式,操作MongoDB数据,降低学习成本,以及由mysql迁移到mongo的成本。
  • RedisQuery:用于以类似mysql的操作方式,操作Redis数据,降低学习成本,以及由mysql迁移到Redis的成本。

其它对象存储操作:

  • OssQuery:用于以类似mysql的操作方式,操作aliyun-oss数据,降低学习成本,以及由mysql迁移到aliyun-oss的成本。
  • CacheQuery:用于以类似mysql的操作方式,操作Memcached数据,降低学习成本,并方便与其它DataQuery结合。

欢迎大家使用,同时反馈更多的建议与意见,也欢迎其它业内人士,对此项目进行协同改进!

summer-db's People

Contributors

sz9214e avatar weishangui avatar guoxiangsheng avatar chenyeen avatar

Watchers

James Cloos 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.