some notes

This commit is contained in:
Paul Reeves 2023-01-25 09:54:20 +01:00
parent 30f91ff58e
commit d028d9e79b
1 changed files with 15 additions and 0 deletions

View File

@ -14,4 +14,19 @@ make
#### run the sql on the target database
Decide whether to install the functions globally or as part of a package
### Testing
- create a test db
- add functions
- write some simple tests
### Stress testing
- compile fb for valgrind
- stress test for leakage
(TODO)