Create Project APIs.
All checks were successful
Check / Backend (pull_request) Successful in 7m9s
Check / Frontend (pull_request) Successful in 2m1s

This commit is contained in:
Drew 2025-10-22 22:20:14 -07:00
parent d8094c4812
commit f529bf4552
13 changed files with 296 additions and 7 deletions

View file

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "DELETE FROM projects WHERE id = $1",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "a5ba908419fb3e456bdd2daca41ba06cc3212ffffb8520fc7dbbcc8b60ada314"
}