/real-world-haskell

"Real World Haskell" book examples.

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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