naushadh cc1e50af54 Restructure Haskell/Servant for db modularity. (#4614) 6 жил өмнө
..
src cc1e50af54 Restructure Haskell/Servant for db modularity. (#4614) 6 жил өмнө
README.md cc1e50af54 Restructure Haskell/Servant for db modularity. (#4614) 6 жил өмнө
servant-shared.cabal cc1e50af54 Restructure Haskell/Servant for db modularity. (#4614) 6 жил өмнө

README.md

Servant Shared

This is a generic test that produces an executable for each supported backend library:

  • servant-hasql: PostgreSQL database via the hasql library.
  • servant-mysql-haskell: MySQL database via the mysql-haskell library.
  • servant-postgres-wire (default): PostgreSQL database via the postgres-wire library.

NOTE: the shared directory here is a full copy of the same directory within the warp framework dir. TODO: wait for TFB to add support for language scope dockerfile before moving shared up into the Haskell language dir so both servant and warp can re-use the same modules.