Coder Social home page Coder Social logo

py_sql_client's Introduction

SQL python客户端

基于SQLAlchemy的sql python客户端

当前实现功能

基础功能

  • 通过脚本实现安装(目前仅支持ipython启动脚本文件,后续考虑支持实现conda环境最小安装包)
  • 通过LogManager管理器管理输出信息流,通过logging.yaml文件进行配置
  • 通过Ignorer管理gitignore文件,避免文件误上传
  • 通过ConfManager管理器管理yaml形式的配置文件

SQL客户端

  • 通过ConnManagerUI实现SQL服务器登录的指令式交互(增加/删除/更改连接信息/更改连接名称/清空),并通过ConnManager管理器管理用户登录凭证,可rsa加密保存
  • 读取SQL语句文件并以dataframe或list of tuple形式返回查询结果,并保存查询结果至对应excel文件
  • 通过SqlTemplate创建模板,目前仅支持错别字查询模板
  • 以jupyter notebook的形式执行

网络请求及响应

  • 通过RequestParams统一发起request并处理对应response

后续希望实现的功能

  • RequestParams的多线程化

py_sql_client's People

Contributors

shiratori3 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.