当前位置: 首页 > 软件库 > 数据库相关 > >

django-sql-explorer

授权协议 MIT License
开发语言 C/C++
所属分类 数据库相关
软件类型 开源软件
地区 不详
投 递 者 唐腾
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

SQL Explorer

SQL Explorer aims to make the flow of data between people fast,simple, and confusion-free. It is a Django-based application that youcan add to an existing Django site, or use as a standalone businessintelligence tool.

Quickly write and share SQL queries in a simple, usable SQL editor,preview the results in the browser, share links, download CSV, JSON,or Excel files (and even expose queries as API endpoints, if desired),and keep the information flowing!

Comes with support for multiple connections, to many different SQLdatabase types, a schema explorer, query history (e.g. lightweightversion control), a basic security model, in-browser pivot tables, andmore.

SQL Explorer values simplicity, intuitive use, unobtrusiveness,stability, and the principle of least surprise.

SQL Explorer is inspired by any number of great query andreporting tools out there.

The original idea came from Stack Exchange's Data Explorer, but also owescredit to similar projects like Redash andBlazer.

You can read the full documentation here

Sql Explorer is MIT licensed, and pull requests are welcome.

A view of a query

https://s3-us-west-1.amazonaws.com/django-sql-explorer/2019_2.png

Viewing all queries

https://s3-us-west-1.amazonaws.com/django-sql-explorer/2019_querylist.png

Quick access to DB schema info

https://s3-us-west-1.amazonaws.com/django-sql-explorer/2019_3.png

Snapshot query results to S3 & download as csv

https://s3-us-west-1.amazonaws.com/django-sql-explorer/2019_snapshots.png

Alternatives

  • django-sql-dashboard: provides an authenticated interface for executing read-only SQL queries directly against your PostgreSQL database, bringing a useful subset of Datasette to Django.
  • 需求分析1.3 附件看似没办法生成模版,因为要把每个目标的uid加入到附件中以识别中招人。 前两版需求的思路是,生成附件模版,然后在创建模版时导入附件,这样在创建和执行任务时直接把附件发送给目标即可。但是这样存在一个问题,什么时候向附件加入独一无二的uid标识? 导师的脚本思路是,提供源文件和图标,然后加"壳"后得到附件,然后把生成的附件发送到邮件服务器的队列。钓鱼网站监听请求,把中招记录入库,平

  • linux平台 监控mysql执行的sql语句   为了做好配合开发做性能和功能测试,方便监控正在执行的sql语句, 可以在/etc/mysqld中添加如下:  log =/usr/local/mysql/var21005/mysql.log 就可以使用: tail -f mysql.log 来监控了  www.2cto.com     如果需要监控慢查询可以添加如下内容:  log-slow-q

  • Request information USER admin GET No GET data POST No POST data FILES No FILES data COOKIES Variable Value sessionid 'knafakoz6it7e3k3l4kd2gc7bm7j7y6u' csrftoken 'qrunzAcGeNWH4kV3FfXzftnIgfv94PJBv7n2

  • 无法从命令行或调试器启动服务,必须首先安装Windows服务(使用installutil.exe),然后用ServerExplorer、Windows服务器管理工具或NET START命令启动它 1.以管理员身份运行cmd 2.安装windows服务 cd C:\Windows\Microsoft.NET\Framework\v4.0.30319(InstallUtil.exe的路径,注意Inst

 相关资料
  • django-sql-dashboard Django SQL Dashboard provides an authenticated interface for executing read-only SQL queries directly against your PostgreSQL database, bringing a useful subset of Datasette to Dj

  • 问题内容: 如何从QuerySet对象获取Django将在数据库上使用的SQL?我正在尝试调试一些奇怪的行为,但是我不确定要对数据库进行哪些查询。谢谢你的帮助。 问题答案: 你打印查询集的属性。

  • 问题内容: 我正在尝试将数据转储到SQL语句。django-admin.py dumpdata仅提供json,xml,yaml。所以: 有人知道这样做的好方法吗? 我尝试过: def sqldumper(模型): 因此,我自己查看模型的值,然后自己编写INSERT语句。然后我想到了使用“ django-admin.py sql”来获取“ CREATE”语句..但是后来我不知道如何从我的代码内部使用

  • 我是Django ORM的新手,正在努力将以下查询转换为ORM。感谢任何帮助/指导。日期/时间不按特定顺序排列。 提前谢谢 SQL查询:<br>从<br>中选择<br>A.Person_id、<br>A.Dept_id、<br>A.score_date、<br>A.score<br>作为<br>内部联接<br>(从借款者deptscore分组中选择Person_ id、Dept_ id、MAX(s

  • 问题内容: 在django中,此SQL语句的等效项是什么? 如何在Django中实现呢?我试过了 但这是行不通的。我该如何执行呢? 问题答案: 使用或(不区分大小写): SQL等效为

  • 本文向大家介绍Django 连接sql server数据库的方法,包括了Django 连接sql server数据库的方法的使用技巧和注意事项,需要的朋友参考一下 *在此注明,本人使用的是python3.5和Django2.0.4 sql server是微软出的一款闭源的可运行于windows和linux平台上的 关系型数据库 。由于其闭源的特性,所以较少有公司使用,但是比较神奇的是,我所在的公司