aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 3c53966..795b00e 100644
--- a/readme.md
+++ b/readme.md
@@ -64,6 +64,14 @@ of operations. For the same reason, the use of stored procedures was not
64retained. 64retained.
65 65
66 66
67## Project structure overview
68
69* `./sql/`
70 * `tables.sql`: database initialisation statements
71 * `queries.sql`: annotated SQL queries (from which the DAO is derived)
72* `./flake.nix`: project runtime and development environment description
73
74
67## Copyright and licensing 75## Copyright and licensing
68 76
69Copyright (C) 2021 Pacien TRAN-GIRARD. 77Copyright (C) 2021 Pacien TRAN-GIRARD.