We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad71c1 commit 4a1142eCopy full SHA for 4a1142e
README.md
@@ -23,7 +23,8 @@ sqldelight {
23
migrationOutputFileFormat = ".sql"
24
packageName.set("griffio.queries")
25
dialect(libs.sqldelight.postgresql.dialect)
26
- module(project(":pgvector-module")) // module can be local project or external dependency
+ module(project(":pgvector-module")) // module can be local project
27
+ // or external dependency module("")
28
}
29
30
0 commit comments