| 26 | | * [http://hackage.haskell.org/package/haskelldb Documentation] -- Documentation generated from the source. Click "Database.HaskellDB" on that page. |
| 27 | | * (Documentation links are not present on that page -- guest, 7-Oct-2010) |
| | 26 | * Documentation |
| | 27 | * [http://hackage.haskell.org/package/haskelldb API] -- Documentation generated from the source. Click "Database.HaskellDB" on that page. |
| | 28 | * [http://code.haskell.org/haskelldb/haskelldb.pdf Student Paper: HaskellDB Improved] -- The most recent formal write-up on HaskellDB. The examples given remain mostly valid. |
| | 29 | * [http://code.haskell.org/haskelldb/leijen.pdf Domain Specific Embedded Compilers] -- The original paper which described HaskellDB. The API has changed significantly since then, so the examples don't really work anymore. |
| | 30 | * [http://code.haskell.org/haskelldb/test/TestCases.hs Unit Tests] -- The unit tests included with HaskellDB show how selects, inserts and updates can be written. The [http://code.haskell.org/haskelldb/test/ directory] contains links to the test harness and database definition. The [http://code.haskell.org/haskelldb/test/README README] describes how to run the tests. |