feat(connector): add count projects function

This commit is contained in:
Anthony
2024-04-03 21:24:07 +02:00
parent ac986abcb3
commit 0013cf1a41
3 changed files with 28 additions and 3 deletions

View File

@@ -12,3 +12,6 @@ VALUES (?, ?, ?);
selectAllProjects:
SELECT * FROM Project;
countProjects:
SELECT COUNT(*) FROM Project;