slick / slick-examples

A sample project for getting started with Slick
https://scala-slick.org/
156 stars 70 forks source link

Package should be changed #9

Closed mslinn closed 11 years ago

mslinn commented 11 years ago

The package for the code in this project is scala.slick.examples. I suggest that it be changed to a package that does not start with scala, such as slick.examples. My fork has this change, and also drops pre-existing tables in ForExample.scala

szeiger commented 11 years ago

We are planning to convert this project to a giter8 template. This will allow you to specify your own package name.

mslinn commented 11 years ago

My comment was intended to point out that the scala package is special, and should not be used by applications or example programs.