Changes between Version 12 and Version 13 of WikiStart
- Timestamp:
- 07/17/10 00:21:30 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v12 v13 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 = Installing HaskellDB = 4 5 The "[wiki:Download Download & Install HaskellDB]" article tells you how to get HaskellDB. 6 7 = Source Code = 8 9 HaskellDB uses darcs for version control. The latest source is available at http://code.haskell.org/haskelldb. You can use darcs 10 to get it: 11 12 {{{ 13 > darcs get http://code.haskell.org/haskelldb/ 14 }}} 2 15 3 16 = What is HaskellDB? = … … 11 24 = Where to go from Here? = 12 25 13 * [wiki:Download Download & Install HaskellDB] -- Obtaining HaskellDB and installing on your system.14 * [wiki:Examples Example Queries] -- Examples for each query operator, with working source. No database required!15 26 * [wiki:Connect How do I connect to my database?] -- Examples for connecting to each supported database. 16 27 * [http://hackage.haskell.org/package/haskelldb Documentation] -- Documentation generated from the source. Click "Database.HaskellDB" on that page. … … 19 30 * [wiki:Ask Ask a Question] -- Mailing lists and how to get in touch with the maintainer. 20 31 * [/haskelldb/newticket Submit a Bug] / [/haskelldb/newticket?type=enhancement Request a Feature] 21 * GetTheSource -- Hacking on HaskellDB and submitting a patch.22 32 * [wiki:Volunteer] -- How to get involved. 23 33 * HistoricalInformation -- Information from previous sites, unreliable and not updated.
