Code Monkey home page Code Monkey logo

db-browse's People

Contributors

kurmanka avatar varvara889 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

db-browse's Issues

db connection errors are reported on the first try, but any further attempt just hangs (produces no response)

Given an incorrect database connection details in the configuration (database type: postgres). User tries to access the database, for example, to see the list of tables, by accessing the /database-id URL. On the first try user would get an error page as a response.

Error
Error connecting to the database with id 'something'. error: password authentication failed for user "someone"

On a second and any further attempts to use that database, the app would produce no response at all.

dbb does not launch with typical configuration on node v.0.10.35

iku@crunch:~/dbb (master) $ node start.js 
/usr/local/lib/node_modules/connect-session-file/lib/connect-session-file.js:8
    Store = require('connect').middleware.session.Store;
                                         ^
TypeError: Cannot read property 'session' of undefined
    at Object.<anonymous> (/usr/local/lib/node_modules/connect-session-file/lib/connect-session-file.js:8:42)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/home/iku/dev/db_browse/config.js:2:17)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)

support the addon-provided reports ("features") in context of a database or a table

An addon is able to specify and provide a number of features. The app configuration now should allow enabling an addon for a specific database. Then on the table list page a new block appears: the list of enabled addons and their features. Clicking on a feature link triggers a feature. A feature would typically consist of some SQL request or a series of them and a template rendering.

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.