mirror of
https://github.com/aelve/guide.git
synced 2024-12-22 20:31:31 +03:00
A workspace for research teams
ec49dad1be
* Implement hasql classes and generic machinery * Add support for lists and sets * Export ToPostgres and FromPostgres * Add instances for one-tuples (Identity) * Add instances for types from Guide.Types.Core * Migrate Guide.Database.Set * Migrate Guide.Database.Add * Migrate Guide.Database.Get * Remove Guide.Database.Convert * Split makeStatement into makeStatement and makePreparedStatement * Add helper functions * Migrate Guide.Database.Schema * Fix HLint * Rename * Use SingleRow and SingleColumn * Use quasiquoters * Documentation * More documentation * Make makeStatement a pure wrapper * Slightly more docs * Write about prepared queries * s/queryRow/queryRowMaybe/ * s to sql * Improve docs |
||
---|---|---|
back | ||
docker | ||
favicon | ||
front | ||
scripts | ||
.gitignore | ||
.hlint.yaml | ||
.mergify.yml | ||
.travis.yml | ||
INSTALL.md | ||
Makefile | ||
README.md | ||
shell.nix | ||
stack.yaml |
Aelve Guide
The production version is running at guide.aelve.com. The new frontend is being developed at staging.guide.aelve.com.
Installation instructions and the explanation of config variables (in config.json
) are here: INSTALL.md.