I am thinking of learning and using the play framework with scala for building web apps. However, I would like real advice on choosing between anorm and slick. My reservation for slick is the following:
- Will it remain free? Note: Quote from the licensing mentioned that using DB2, Oracle and SQL server in production requires purchasing a license even though these DBs have free versions?
- Will typesafe continue providing and maintaining a free version and providing patches?
Anorm also will play team continue making it the default and supporting it? If so, the only downside will be using it for different DBs but that is unlikely for now.
I could have gone with Java and Hibernate but am not sure about the future support for Java as well and as I perceive now (I may be wrong) scala is the way to go.
Please no flame wars, if you have experiences or facts and/or advice on better choices let me know.
NB: Paying for some services once business is established is ok but for startups it may not be ideal.