Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abap2ui5-addons/sql-console
Run SQL Commands in Your Browser
https://github.com/abap2ui5-addons/sql-console
abap abap2ui5 abapgit fiori open-source openui5 sapui5 ui5
Last synced: 5 days ago
JSON representation
Run SQL Commands in Your Browser
- Host: GitHub
- URL: https://github.com/abap2ui5-addons/sql-console
- Owner: abap2UI5-addons
- License: mit
- Created: 2024-01-16T06:41:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T15:14:37.000Z (5 days ago)
- Last Synced: 2025-02-16T16:27:41.826Z (5 days ago)
- Topics: abap, abap2ui5, abapgit, fiori, open-source, openui5, sapui5, ui5
- Language: ABAP
- Homepage:
- Size: 104 KB
- Stars: 12
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# a2UI5-sql-console
SQL Console in Your Browser – No Need for Eclipse or SAP GUI Installation#### Features
* Execute SQL commands
* Save query history
* Data preview#### Compatibility:
* BTP ABAP Environment (ABAP for Cloud)
* S/4 Public Cloud ABAP Environment (ABAP for Cloud)
* S/4 Private Cloud or On-Premise (ABAP for Cloud, Standard ABAP)
* R/3 NetWeaver AS ABAP 7.50 or higher (Standard ABAP)#### Required Projects:
* [S-RTTI](https://github.com/sandraros/S-RTTI)
* abap2UI5
* [js-libraries](https://github.com/abap2UI5-addons/js-libraries)#### Credits
* Logic for Query to ABAP SQL Translation used from [ZTOAD](https://github.com/marianfoo/ztoad), integrated by [choper725](https://github.com/choper725)#### TODO
* Extend the input-to-SQL translation
* Add authorization checks
* XLSX Export
* Fix ABAP Cloud Readiness#### Contribution & Support
Pull Requests are welcome! Whether you're fixing a bug, adding new functionality, or improving the documentation, your contributions are always appreciated. If you run into problems, feel free to open an issue.# Demo