databaseflow-shared


License

License

MIT
Categories

Categories

Data
GroupId

GroupId

com.databaseflow
ArtifactId

ArtifactId

databaseflow-shared_2.12
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

databaseflow-shared
databaseflow-shared
Project URL

Project URL

https://databaseflow.com
Project Organization

Project Organization

com.databaseflow
Source Code Management

Source Code Management

https://github.com/KyleU/databaseflow

Download databaseflow-shared_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.databaseflow/databaseflow-shared_2.12/ -->
<dependency>
    <groupId>com.databaseflow</groupId>
    <artifactId>databaseflow-shared_2.12</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.databaseflow/databaseflow-shared_2.12/
implementation 'com.databaseflow:databaseflow-shared_2.12:1.1.1'
// https://jarcasting.com/artifacts/com.databaseflow/databaseflow-shared_2.12/
implementation ("com.databaseflow:databaseflow-shared_2.12:1.1.1")
'com.databaseflow:databaseflow-shared_2.12:jar:1.1.1'
<dependency org="com.databaseflow" name="databaseflow-shared_2.12" rev="1.1.1">
  <artifact name="databaseflow-shared_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.databaseflow', module='databaseflow-shared_2.12', version='1.1.1')
)
libraryDependencies += "com.databaseflow" % "databaseflow-shared_2.12" % "1.1.1"
[com.databaseflow/databaseflow-shared_2.12 "1.1.1"]

Dependencies

compile (10)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.4
com.sksamuel.scapegoat : scalac-scapegoat-plugin_2.12 jar 1.3.4
com.outr : scribe_2.12 jar 1.4.5
com.lihaoyi : upickle_2.12 jar 0.4.4
com.beachape : enumeratum-upickle_2.12 jar 1.5.12
io.circe : circe-core_2.12 jar 0.8.0
io.circe : circe-generic_2.12 jar 0.8.0
io.circe : circe-generic-extras_2.12 jar 0.8.0
io.circe : circe-parser_2.12 jar 0.8.0
com.beachape : enumeratum-circe_2.12 jar 1.5.16

Project Modules

There are no modules declared in this project.

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, 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.

Versions

Version
1.1.1