https://github.com/kyleu/databaseflow
An opinionated modern database interface
https://github.com/kyleu/databaseflow
Last synced: about 1 year ago
JSON representation
An opinionated modern database interface
- Host: GitHub
- URL: https://github.com/kyleu/databaseflow
- Owner: kyleu
- License: mit
- Created: 2016-02-27T04:37:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T05:10:10.000Z (almost 7 years ago)
- Last Synced: 2025-04-02T17:52:53.874Z (about 1 year ago)
- Language: Scala
- Homepage: https://databaseflow.com
- Size: 51.8 MB
- Stars: 111
- Watchers: 12
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Database Flow
https://databaseflow.com
Running locally or on a shared server, Database Flow helps you discover and search your database using SQL and GraphQL.
It provides a full-featured GraphQL server for your schema and a performance-oriented SQL query interface.
## Features
* Supports PostgreSQL, MySQL, H2, SQLite, Oracle, SQL Server, DB/2, and Informix.
* Rich SQL editor with auto-complete and live syntax checking based on your schema.
* Explore tables, views and stored procedures and share saved results or sql queries.
* A sophisticated GraphQL server, providing a detailed efficient graph for your schema and data.
* Supports local single-user app installations, as well as a server mode to run for your whole team.
## Installation
* Grab the latest release from [the release list](https://github.com/KyleU/databaseflow/releases), you'll need Java 8 installed.
* Run `java -jar databaseflow.jar`.
* If you're a big ol' nerd, you can instead clone the repository and execute `sbt` in the project root.
## Source
https://github.com/KyleU/databaseflow
## Demo
https://demo.databaseflow.com
## Example Export
https://chinook.databaseflow.com
## License
This project is owned by Kyle Unverferth. All rights reserved for now.