mu-haskell/examples/with-persistent
2020-11-20 11:15:47 +01:00
..
src Add parameter to RpcInfo (#205) 2020-06-22 14:24:05 +02:00
.gitignore Implement Persistent example 💾 (#40) 2019-12-13 13:15:18 +01:00
hie.yaml Make ghcide happy (#49) 2019-12-19 14:41:57 +01:00
mu-example-with-persistent.cabal ♻️ Run cabal-fmt and extract library example (#264) 2020-11-20 10:24:15 +01:00
README.md Add client with Record syntax to persistent example 👩🏼‍🎓 (#60) 2019-12-26 09:25:09 +01:00
Setup.hs ❄️ Add gitignore.nix to prevent Nix cache invalidation for trivial changes (#265) 2020-11-20 11:15:47 +01:00
with-persistent.proto Implement Persistent example 💾 (#40) 2019-12-13 13:15:18 +01:00

with-persistent

Execution

Running the server:

$ stack run persistent-server

In another terminal, run the client:

$ stack run persistent-client add "Flavio" 28

Alternatively, you can also use the record version:

$ stack run persistent-client-record watch

Copyright

Mu is designed and developed with ❤️ by 47 Degrees.

Copyright (C) 2019-2020 47 Degrees. http://47deg.com