Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/limads/queries
Queries is a workbench to interact with relational databases, with initial support for Postgres.
https://github.com/limads/queries
Last synced: 3 months ago
JSON representation
Queries is a workbench to interact with relational databases, with initial support for Postgres.
- Host: GitHub
- URL: https://github.com/limads/queries
- Owner: limads
- License: gpl-3.0
- Created: 2021-12-20T23:04:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T13:34:52.000Z (about 1 year ago)
- Last Synced: 2024-05-01T17:45:01.588Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 1.53 MB
- Stars: 47
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - limads/queries - Queries is a workbench to interact with relational databases, with initial support for Postgres. (others)
README
![Queries](https://raw.githubusercontent.com/limads/queries/master/data/icons/hicolor/scalable/apps/io.github.limads.Queries.svg)
# Queries
Queries is a workbench to interact with relational databases, with initial support for Postgres.
## Features
- View relevant contextual information (schemata, tables, views and columns) when writing SQL.
- SQL statements are parsed and verified at the client side for immediate feedback and faster debugging.
- Support for encrypted connections via SSL/TLS, allowing you to interact safely with remote databases.
- Statements are executed asynchronously when possible, reducing execution time for long statement sequences.
- Build line, scatter and bar graphs without external tools using plain SQL by aggregating your data according to a JSON specification.
- Export results as plain CSV files or build dynamic HTML reports from tables and views.
## Help
See the [project wiki](https://github.com/limads/queries/wiki) for help with using the application.