You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+4-27Lines changed: 4 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,33 +32,10 @@ DATABASE_URL='mssql://root:Password123!@localhost/sqlpage' cargo test # all dbms
32
32
- Components: defined in `./sqlpage/templates/*.handlebars`
33
33
- Functions: `src/webserver/database/sqlpage_functions/functions.rs` registered with `make_function!`.
34
34
- Components and functions are documented in [official website](./examples/official-site/sqlpage/migrations/); one migration per component and per function.
0 commit comments