diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -64,6 +64,14 @@ of operations. For the same reason, the use of stored procedures was not | |||
64 | retained. | 64 | retained. |
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 | ||
69 | Copyright (C) 2021 Pacien TRAN-GIRARD. | 77 | Copyright (C) 2021 Pacien TRAN-GIRARD. |