Skip to content

Commit

Permalink
Trying to use anchor links in md.
Browse files Browse the repository at this point in the history
  • Loading branch information
karma4u101 committed Dec 8, 2011
1 parent 7e9c378 commit 92f9861
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
User Authentication Authorization Using SquerylRecord
=====================================================

This Scala/Lift basic assembly example project demonstrates a very basic squeryl-record ORM/DSL User (authentication/authorization) setup
This [(unofficial*)](#unofficial) Scala/Lift basic assembly example project demonstrates a very basic squeryl-record ORM/DSL User (authentication/authorization) setup
with register/login/user-pages snippets. The example also demonstrates some form data validation by the snippet before being posted to the
database as well as a visual interactive html5 form field validation. To make things easy to follow the examples has extensive logging.

Expand Down Expand Up @@ -38,8 +38,8 @@ There is also a sbt.bat for windows users.

http://localhost:8080/

Changing Database backend
-------------------------
### Changing Database backend

For demonstration purpose and easy setup this example uses, by default, a in memory database with name "test".
The in memory database is embedded and accessible via a servlet from /console but you can out of the box change database
to MySql or Postgres by un-comment the corresponding database init line in Boot.scala. Database name, user and password
Expand All @@ -60,3 +60,8 @@ Sbteclipse provides SBT command to create Eclipse project files
Select General ==> Existing Project into Workspace
Use "Brows" to look up the project root ....

User powered basic example<a id="unofficial"/>
==========================
This is a unofficial Lift user powered basic assembly example which means it is a work done by a developer who uses Lift
for development ;) and like to share it with others.

0 comments on commit 92f9861

Please sign in to comment.