We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add the new location of cookbook in all pages.
Updated RawSQL (markdown)
fix syntax for executing SQL at each new connexion
Example of runDB $ rawSql
SQL init of a SQLite pool of connections
Another example, in a scaffolded app
Enable syntax highlighting for source code
Added "deriving Show" to the data definition to fix the error "No instance for (Show (PersonGeneric SqlPersist)) arising from a use of `print'"
Updated Run raw SQL (markdown)
Initial migration