Skip to content

pijokela/DbColorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is DbColorer?

DbColorer allows you to categorize something like database columns with colors. The project is also my first Scala Play 2 project, so there will be some mistakes in the project structure early on.

How to run?

DbColorer is very much in progress .. so this is not polished.

  1. Get Play 2.0.4 (or newer, I hope)
  1. Clone the repo
  2. Go to the project directory
  3. "play"
  4. "~run"
  5. In a browser go to "http://localhost:9000/createTestData". This will create the H2 database with some data.
  6. Go to "http://localhost:9000/".

Development

I use Eclipse with Scala IDE for editing and some of the Eclipse files are in the repo. The idea is that the files should be usable for anybody working with DbColorer.

  1. Create an eclipse variable called PLAY_2_0 and point it to the directory you got from unzipping Play. This will make the classpaths work.
  2. Download the scala sources as a .tgz from
  3. Convert the .tgz to a .zip
  4. Create and eclipse variable called SCALA_SOURCES and point it to the ZIP file you just got. This will make Scala source navigation work - many of the Scala IDE features will not work without it.

About

A web app for categorizing and coloring database columns. (Also a Scala Play 2.0 learning project for me.)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages