Skip to content

Commit 4a1142e

Browse files
committed
Update README.md
1 parent 6ad71c1 commit 4a1142e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ sqldelight {
2323
migrationOutputFileFormat = ".sql"
2424
packageName.set("griffio.queries")
2525
dialect(libs.sqldelight.postgresql.dialect)
26-
module(project(":pgvector-module")) // module can be local project or external dependency
26+
module(project(":pgvector-module")) // module can be local project
27+
// or external dependency module("")
2728
}
2829
}
2930
}

0 commit comments

Comments
 (0)