Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 814 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 814 Bytes

Code examples for the Squeryl Record chapter of the Lift Cookbook

This project contains examples from the Lift Cookbook, online at http://cookbook.liftweb.net/.

To run this application:

Console included

By default, this Lift application boots with the H2 database. In development mode it enables a web-based SQL console for H2. Access it at: http://127.0.0.1:8080/console/

The parameters for the connection are:

  • Driver class: org.h2Driver
  • JDBC URL: jdbc:h2:mem:dbname;DB_CLOSE_DELAY=-1
  • User Name: sa
  • Password: (leave blank)