File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Database-agnostic interface to generically persisted data.
77Explanation of the above:
88- Database-agnostic: the typeclass is called ` MonadDb ` , and you must specify how
99 an instance can communicate with your database. We provide an example for
10- connecting to PostgreSQL in the [ tutorial] ( tutorial/tutorial/main.hs ) .
10+ connecting to Postgres in the [ runnable tutorial] ( tutorial/tutorial/main.hs ) .
1111- Generically persisted data: you can derive the necessary instances in one line
1212 via ` Generics ` , to enable ` MonadDb ` to read/write instances of your data types
1313 to/from your database.
@@ -23,7 +23,7 @@ to your database without having to write the usual server boilerplate.
2323
2424## Quick Start
2525
26- The [ tutorial as code ] ( tutorial/tutorial/Main.hs ) is the recommended way of
26+ The [ runnable tutorial ] ( tutorial/tutorial/Main.hs ) is the recommended way of
2727becoming familiar with ` database-generic ` .
2828
2929To run the tutorial on your machine:
You can’t perform that action at this time.
0 commit comments