|
|
3081417a54
|
Use importJSON instead of hardcoded require
|
2022-02-13 21:54:54 +00:00 |
|
|
|
f499380836
|
Added validator module and tests
|
2022-02-09 16:34:35 +00:00 |
|
|
|
c7b3cd131f
|
Added forgotten strict mode declarations
|
2022-02-09 15:26:49 +00:00 |
|
|
|
2c64ac3dd8
|
Added handlebars equality helper
|
2022-02-08 20:20:23 +00:00 |
|
|
|
51db80f04c
|
Auto use jest-extended matchers in tests
|
2022-01-24 09:44:48 +00:00 |
|
|
|
d630af88f9
|
Added method to expose the mysql2 database connection
|
2022-01-23 23:14:55 +00:00 |
|
|
|
e6813851bf
|
Added new module for importing JSON files safely, along with test files
|
2022-01-23 22:35:31 +00:00 |
|
|
|
9f4d947126
|
Added initial class skeletons
|
2022-01-20 23:29:26 +00:00 |
|
|
|
b14be8095e
|
Restructure before adding class skeletons
|
2022-01-20 23:16:38 +00:00 |
|
|
|
960575280b
|
Added validation and sanitisation for sql queries passed into runQuery
|
2022-01-20 22:57:17 +00:00 |
|
|
|
5cc2b29257
|
Added DatabaseConnectionPool.close()
|
2022-01-20 17:57:37 +00:00 |
|
|
|
ec3890fa7f
|
Fix bug where trailing whitespace in sql query after ; would error
|
2022-01-20 17:57:01 +00:00 |
|
|
|
5854c3928a
|
Added tests for DatabaseConnectionPool class
|
2022-01-20 17:04:20 +00:00 |
|
|
|
822b6b3115
|
Added a mock DatabaseConnectionPool object for testing
|
2022-01-20 17:04:20 +00:00 |
|
|
|
0fa2310f39
|
Added database interface module
|
2022-01-20 17:04:20 +00:00 |
|