Skip to content

LiftCookbook/cookbook_squeryl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Squeryl examples for the Lift Cookbook

Resources

Stars

Watchers

Forks

Packages

No packages published