mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 00:16:24 +00:00
readme
This commit is contained in:
12
README.md
12
README.md
@@ -53,13 +53,15 @@ DbGate is licensed under GPL-3.0 license and is free to use for any purpose.
|
|||||||
<!--  -->
|
<!--  -->
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
* Browse table data with many filtering options, Excel-like filters, multi-value filters
|
||||||
* Table data editing, with SQL change script preview
|
* Table data editing, with SQL change script preview
|
||||||
* Edit table schema, indexes, primary and foreign keys
|
* Edit table schema, indexes, primary and foreign keys
|
||||||
* Compare and synchronize database structure
|
* Compare and synchronize database structure
|
||||||
* ER diagram
|
* ER diagram
|
||||||
* Light and dark theme
|
* Light and dark theme, next themes available as plugins from github community
|
||||||
* Master/detail views, foreign key lookups
|
* Huge support for work with related data - master/detail views, foreign key lookups, expanding columns from related tables in flat data view
|
||||||
* Query designer
|
* Query designer - visual SQL query builder without writing SQL code. Complex conditions like WHERE NOT EXISTS.
|
||||||
|
* Query perspectives – innovative nested table view over complex relational data, something like query designer on MongoDB databases
|
||||||
* Form view for comfortable work with tables with many columns
|
* Form view for comfortable work with tables with many columns
|
||||||
* JSON view on MongoDB collections
|
* JSON view on MongoDB collections
|
||||||
* Explore tables, views, procedures, functions, MongoDB collections
|
* Explore tables, views, procedures, functions, MongoDB collections
|
||||||
@@ -71,13 +73,13 @@ DbGate is licensed under GPL-3.0 license and is free to use for any purpose.
|
|||||||
* Mongo JavaScript editor, execute Mongo script (with NodeJs syntax)
|
* Mongo JavaScript editor, execute Mongo script (with NodeJs syntax)
|
||||||
* Redis tree view, generate script from keys, run Redis script
|
* Redis tree view, generate script from keys, run Redis script
|
||||||
* Runs as application for Windows, Linux and Mac. Or in Docker container on server and in web Browser on client.
|
* Runs as application for Windows, Linux and Mac. Or in Docker container on server and in web Browser on client.
|
||||||
* Import, export from/to CSV, Excel, JSON, NDJSON, XML
|
* Import, export from/to CSV, Excel, JSON, NDJSON, XML, DBF
|
||||||
* Archives - backup your data in NDJSON files on local filesystem (or on DbGate server, when using web application)
|
* Archives - backup your data in NDJSON files on local filesystem (or on DbGate server, when using web application)
|
||||||
* NDJSON data viewer and editor - browse NDJSON data, edit data and structure directly on NDJSON files. Works also for big NDSON files
|
* NDJSON data viewer and editor - browse NDJSON data, edit data and structure directly on NDJSON files. Works also for big NDSON files
|
||||||
* Charts, export chart to HTML page
|
* Charts, export chart to HTML page
|
||||||
|
* Show GEO data on map, export map to HTML page
|
||||||
* For detailed info, how to run DbGate in docker container, visit [docker hub](https://hub.docker.com/r/dbgate/dbgate)
|
* For detailed info, how to run DbGate in docker container, visit [docker hub](https://hub.docker.com/r/dbgate/dbgate)
|
||||||
* Extensible plugin architecture
|
* Extensible plugin architecture
|
||||||
* Perspectives - nested table view over complex relational data, query designer on MongoDB databases
|
|
||||||
|
|
||||||
## How to contribute
|
## How to contribute
|
||||||
Any contributions are welcome. If you want to contribute without coding, consider following:
|
Any contributions are welcome. If you want to contribute without coding, consider following:
|
||||||
|
|||||||
Reference in New Issue
Block a user