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
More about testing: see [github actions](./.github/workflows/ci.yml).
13
14
Project structure: see [contribution guide](./CONTRIBUTING.md)
14
15
15
-
Don’t reformatunrelated files. Always run tests/lints/format before stopping when you changed code.
16
+
NEVER reformat/lint/touch files unrelated to your task. Always run tests/lints/format before stopping when you changed code.
16
17
17
18
### Testing
18
19
@@ -32,33 +33,10 @@ DATABASE_URL='mssql://root:Password123!@localhost/sqlpage' cargo test # all dbms
32
33
- Components: defined in `./sqlpage/templates/*.handlebars`
33
34
- Functions: `src/webserver/database/sqlpage_functions/functions.rs` registered with `make_function!`.
34
35
- Components and functions are documented in [official website](./examples/official-site/sqlpage/migrations/); one migration per component and per function.
0 commit comments