Coder Social home page Coder Social logo

explorerhq / sql-explorer Goto Github PK

View Code? Open in Web Editor NEW
2.7K 65.0 363.0 2.96 MB

SQL reporting that Just Works. Fast, simple, and confusion-free. Write and share queries in a delightful SQL editor, with AI assistance.

Home Page: https://www.sqlexplorer.io

License: Other

Python 60.60% JavaScript 23.46% CSS 0.49% HTML 12.68% Shell 0.09% SCSS 2.25% Dockerfile 0.43%
sql analytics ai django-application reporting

sql-explorer's People

Contributors

anton-shutik avatar chrisclark avatar daneah avatar dependabot[bot] avatar dsanders11 avatar foobarquaxx avatar gosborn avatar grantmcconnaughey avatar havocbane avatar hugovk avatar jshwright avatar jtrain avatar lawson89 avatar lee-kagiso avatar lociii avatar marksweb avatar mattfisher avatar mluard-worthwhile avatar mounirmesselmeni avatar noazark avatar prattl avatar pre-commit-ci[bot] avatar raiderrobert avatar ramonsaraiva avatar robertofd1995 avatar spapas avatar timgates42 avatar tuffnatty avatar vinayinvicible avatar wjurkowlaniec 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  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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sql-explorer's Issues

Make URLs more robust

Currently the app expects the form to post to /report/

The form/template should be flexible enough to work with any routing scheme.

Granular permissions

Is there an easy way to split permissions for execution and manipulation of queries? I'd like to give my staff users the right to execute saved queries but only admins should be able to change and save queries.

Thanks.

Inclusion of % (in a LIKE clause) throws AttributeError

Including sql values like AND fieldname LIKE "%match%"

Throws: AttributeError. 'Cursor' object has no attribute '_last_executed'

If I python encode the percent signs, it works as expected.

AND fieldname LIKE "%%match%%"

It should be possible to enter the proper SQL syntax and have sql-explorer do the encoding needed.

PyPI Release

Hey Chris,

do you plan to release an updated version on pypi anytime soon?
I don't really like to fetch my requirements from vcs repos :-)

Thanks, Jens

Downlaod CSV and parameterised queries

If I save and run a successful parametrised query. Download CSV does not download results of that successful query, instead I get an csv file with an error because the parameters are blank. I'm assuming that clicking 'Download CSV' is re-running a query rather than exporting the results of the successful run?

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.