elycruz / real-world-haskell

"Real World Haskell" book examples.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

real-world-haskell

"Real World Haskell" (by Bryan O'Sullivan, Don Stewart, and John Goerzen) book examples.

Resources

Notes:

Chapter 21 - Databases

  • Connection string on windows 10 (ODBC driver version 8.0 (depends on which driver set up DSN with)):
Provider=MSDASQL;Driver={MySQL ODBC 8.0 ANSI Driver};DSN=;Server=localhost;Database=;User=;Password=;

License

BSD-3-Clause

About

"Real World Haskell" book examples.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%