File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ Driver for the library [SQLDelight](https://github.com/cashapp/sqldelight) that
10
10
11
11
## Gradle set up
12
12
13
- Pretty much it's almost the same as with https://cashapp.github.io/sqldelight/2.0.0-rc01 /js_sqlite/
13
+ Pretty much it's almost the same as with https://cashapp.github.io/sqldelight/2.0.0/js_sqlite/
14
14
15
15
Initialization of SQLDelight is needed
16
16
17
17
``` kotlin
18
18
plugins {
19
- kotlin(" js" ) version " 1.8.0 " // probably would work even with different one
20
- id(" app.cash.sqldelight" ) version " 2.0.0-rc01 " // for version 0.2 .0
19
+ kotlin(" js" ) version " 1.9.20 " // probably would work even with different one
20
+ id(" app.cash.sqldelight" ) version " 2.0.0" // for version 0.3 .0
21
21
}
22
22
፧
23
23
፧
@@ -40,7 +40,7 @@ kotlin {
40
40
binaries.executable()
41
41
nodejs {
42
42
dependencies {
43
- implementation(" cz.sazel.sqldelight:node-sqlite3-driver-js:0.2 .0" )
43
+ implementation(" cz.sazel.sqldelight:node-sqlite3-driver-js:0.3 .0" )
44
44
}
45
45
}
46
46
}
@@ -70,7 +70,7 @@ tasks["kotlinNpmInstall"].finalizedBy(bindingsInstall)
70
70
71
71
72
72
73
- Queries are written as here - https://cashapp.github.io/sqldelight/2.0.0-rc01 /js_sqlite/
73
+ Queries are written as here - https://cashapp.github.io/sqldelight/2.0.0/js_sqlite/
74
74
75
75
76
76
``` kotlin
You can’t perform that action at this time.
0 commit comments