Giter VIP home page Giter VIP logo

cloudsql's Introduction

这是一个运行在web上的数据库操作工具。 目前完成了0.1版本,这是一个不稳定版本,只是实现了一个最基本的demo。 目前只支持oracle数据库,其他数据库还没有考虑开发。

主要的特性有: 1、获取数据库的所有帐号。 2、选择帐号获取帐号下的所有表和视图。 3、点击表和视图,在编辑区域自动填写:select * from 表或者视图; 4、在编辑区域内按F8或者点击工具栏上的执行按钮,可以对编辑区域的sql语句执行。当多条sql语句的时候可以由鼠标来选择要执行哪条语句。 5、在输出区域显示执行结果。

支持常用的sql,对select语句没有做优化,如果select内容太多有可能会死掉,要注意。 在多用户中可能会有问题,目前只有一个连接,后面会增加连接池的操作。

注意: oracle的jdbc jar包,由于不是开源的,所以没有在mvn中添加,在开发当中,直接通过eclipse工具导入到工程中就可以了。

cloudsql's People

Contributors

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