This is a sample program for the Beam tutorial. 日本語版はREADME_ja.mdをご覧ください
This is a sample program for a tutorial on DB operations using Beam. The tutorial is available at KURO DIGITAL LOG(Japanese only).
To run the sample program, run the following command.
git clone https://github.com/kurocode25/beam-tutorial.git
cd beam-tutorial
stack run -- sampleXX
In the above command, replace XX
in sampleXX
with the number of the sample program to be written.
Example: When running the sample01 program
stack run -- sample01
This project is licensed under the MIT License, see the LICENSE file for detail