Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/io.dbeaver.dbeavercommunity
https://github.com/flathub/io.dbeaver.dbeavercommunity
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flathub/io.dbeaver.dbeavercommunity
- Owner: flathub
- Created: 2018-11-06T16:59:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T11:55:33.000Z (about 2 months ago)
- Last Synced: 2024-11-08T06:36:50.325Z (about 2 months ago)
- Language: Shell
- Homepage: https://flathub.org/apps/details/io.dbeaver.DBeaverCommunity
- Size: 865 KB
- Stars: 19
- Watchers: 5
- Forks: 10
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DBeaver Community Edition - Flatpak
Free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, PostgreSQL, MariaDB, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Derby, etc.
## Flatpak local build test
Make sure you install the OpenJDK SDK extension first, else the system will complain that it can't find
the extension with the version of the GNOME SDK:```sh
flatpak install org.freedesktop.Sdk.Extension.openjdk/x86_64/23.08
```To build and install the app execute:
```sh
flatpak-builder --repo=repo --force-clean build-dir io.dbeaver.DBeaverCommunity.yml
```