Skip to content

Commit 59dbe32

Browse files
authored
Update README.md
Added note about creating DB
1 parent 3dd9b12 commit 59dbe32

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
@@ -11,7 +11,8 @@ See [blog post](https://medium.com/@hossainkhan/using-sqldelight-2-0-with-postgr
1111
To run the sample app, you need to do the following
1212
1. Git clone the repo
1313
1. Rename/copy `sample-local.properties` into `local.properties`
14-
i. Update all app configurations like `db_name`, `db_password` and so on
14+
i. Update all app configurations like `db_host`, `db_password`, and so on
15+
1. Create the database with the name that matches `db_name` config
1516
1. Run app from [`Main.kt`](https://github.com/hossain-khan/SQLDelight-PostgreSQL-JVM-sample/blob/main/src/main/kotlin/dev/hossain/postgresqldelight/Main.kt)
1617

1718
## 📚 Resources

0 commit comments

Comments
 (0)