Changes between Version 13 and Version 14 of WikiStart
- Timestamp:
- 08/30/10 23:58:35 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v13 v14 1 1 Welcome to the HaskellDB wiki. Log in as "guest" with password "guest", or create your own account, in order to add or update content and issues. 2 3 = What is HaskellDB? = 4 5 HaskellDB compiles and executes SQL statements for you. You write your queries using operators and functions based on the "[http://en.wikipedia.org/wiki/Relational_algebra relational algebra]." HaskellDB 6 turns those into real SQL for you. 7 8 [http://rubyonrails.org/ Rails 3.0] recently adopted "[http://github.com/rails/arel ARel]", a library based on the same idea. 9 10 = Why use it? = 11 12 ''Benefits of HaskellDB'' 2 13 3 14 = Installing HaskellDB = … … 13 24 > darcs get http://code.haskell.org/haskelldb/ 14 25 }}} 15 16 = What is HaskellDB? =17 18 ''Explain the model HaskellDB follows ...''19 20 = Why use it? =21 22 ''Benefits of HaskellDB''23 26 24 27 = Where to go from Here? =
