Coder Social home page Coder Social logo

ms-song / dbclient Goto Github PK

View Code? Open in Web Editor NEW
35.0 14.0 20.0 7.8 MB

데이터베이스 관리 / 자동 메일링 / Admin 자동화 / Database IDE Tool. SQL Development Helper. Support DBMS Oracle/Mysql/MS-SQL

Home Page: https://www.facebook.com/dbcleitnAdmin/

License: GNU General Public License v3.0

Java 8.85% CSS 40.48% JavaScript 40.38% HTML 10.28% Shell 0.01% Dockerfile 0.01%
springboot2 jpa webix dbclient database mysql mariadb db javascript gradle

dbclient's People

Contributors

ms-song avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dbclient's Issues

앞으로 추가로 구현해야 할 사항들

  • 회원 로그인 히스토리 관리 및 관리자
  • 쿼리 실행 로그 생성 및 관리자
  • 프로시저, 펑션, 뷰, 시퀀스, 트리거, Explain 기능 추가
  • 타 DBMS 지원
  • 관리자 환경 설정 기능 추가
  • 첫 로딩 후 메뉴 클릭시에 닫히는 문제 처리

처리 해야할 수정 사항 들..

  1. 필터 사용을 위한 컨포넌트 스캔 추가
    @ServletComponentScan // @webfilter 의 url patten 을 사용하기 위해 필요함. -- Component 로 올리면 url patten 이 무력화 된다...
    public class ApplicationSRdataCenter {

@webfilter(
filterName = "XSSFilter",
urlPatterns={"/srDataRequest/runNow"},
description= "SR Data Center 의 실행 시에 XSS 필터가 되도록 처리함 "
)
@order(2)
public class XSSFilter implements Filter {

  1. javascript 에러 처리
    srcenter.js:748
    if(null!=value.values){
    $.each(value.values,function(index,obj){
    element.values.push({id:obj.name == null ? '' : obj.name , value:obj.value});
    });
    }

  2. 사이즈 변경
    SrDataCondition
    @lob
    @notblank
    @Length(max = 12000)
    @column(nullable = false)
    private String whereSql;

    @lob
    @Length(max = 12000)
    @column(nullable = true)
    private String value;

  3. chakra 관련 기능 삭제.

  4. oracle driver 저장소 위치 변경

  5. SrDataRequestServiceImpl:520
    if(now.before(endDate)){ --> if(now.after(endDate)){

  6. SrDataRequestServiceImpl:579
    // value 가 입력된 경우에만 where 를 추가 한다.
    if(StringUtils.isNotBlank(value)){
    // where 를 해당 위치로 치환 한다.
    sql = StringUtils.replacePatten("\{"+ whereSqlKey+"\}",sdc.getWhereSql(), sql);
    // value 를 치환한다.
    sql = StringUtils.replacePatten("\{"+ key+"\}",value, sql);
    } else { // value 가 추가되지 않을 경우에는 whereKey 를 제거 한다.
    sql = StringUtils.replacePatten("\{"+ whereSqlKey+"\}","", sql);
    }
    }

  7. WebMvcConfig:65
    registry.addResourceHandler("/static/**")
    .addResourceLocations("classpath:/static/").setCachePeriod(0);

DB MS 추가 지원 계획

현재는 Mysql 과 Oracle 을 지원하며, MariaDB 도.. Mysql 드라이버로 지원 하고 있다.
추가적으로 MSSQL 과 SQLite, MongoDB, HBASE 등의 big Data 를 지원하고, 이름도 All The DB 로 변경하려고 한다.

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.