join with conditions

This commit is contained in:
2025-08-10 20:26:09 +05:30
parent 525c64e678
commit ad1faf2056
4 changed files with 66 additions and 16 deletions

View File

@@ -2,3 +2,6 @@ run:
go run ./cmd -o ./example/db ./example/schema.sql
bench-select:
go test ./example -bench BenchmarkSelect -memprofile memprofile.out -cpuprofile profile.out
test:
go test ./playground