Skip to content

Commit fa49a6a

Browse files
committed
readme
1 parent 32dcf6f commit fa49a6a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"workbench.colorTheme": "Default Dark Modern",
3+
"workbench.startupEditor": "none"
4+
}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ for the expanded guide with screenshots and copy‑paste commands, see `docs/img
5454

5555
## repository layout
5656

57+
The repository is a launchql workspace, which is a hybrid `pnpm`/`lql` workspace, which allows for modular postgres packages, that can be easily tested via `pgsql-test`, or in the case of this repository, `supabase-test`. Here are the packages of interest:
58+
5759
- `packages/supabase`: supabase‑focused sql, tests, and helpers
5860
- `packages/rls-demo`: demo extension showcasing rls with users/products
5961

0 commit comments

Comments
 (0)