mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2026-01-01 17:28:47 +01:00
feat(connector): add count projects function
This commit is contained in:
@@ -12,3 +12,6 @@ VALUES (?, ?, ?);
|
||||
|
||||
selectAllProjects:
|
||||
SELECT * FROM Project;
|
||||
|
||||
countProjects:
|
||||
SELECT COUNT(*) FROM Project;
|
||||
|
||||
Reference in New Issue
Block a user