Skip to content

Simple web ui for querying database. Built with Reagent, ClojureScript.

Notifications You must be signed in to change notification settings

tendant/dbwebview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DbWebView

Simple web ui for querying database. Built with Reagent, ClojureScript.

Usage

Build

$ lein cljsbuild
$ lein uberjar

Run

$ java -jar target/dbwebview-0.1.0-SNAPSHOT-standalone.jar

Before start server, update database connection information in src/dbwebview/db.clj file or configure database parameters using environment variables:

CLASS_NAME: JDBC driver class name
SUB_PROTOCOL: JDBC driver sub protocol
DB_HOST: Database server
DB_PORT: Database port
DB_NAME: Database name
DB_USER: Database username
DB_PASSWORD: Database password
DB_OPTIONS: Database JDBC connection options

Development

Build

$ lein cljsbuild once

Start server

$ lein ring server-headless

Start figwheel

$ lein repl
  user=> (start-figwheel)

About

Simple web ui for querying database. Built with Reagent, ClojureScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published