
Connects projects with PostgreSQL databases, providing installation instructions for necessary packages like libpq using package managers such as Chocolatey and Winget.
Korm is a small project aiming to connect Kotlin native/jvm projects with Postgresql database.
https://github.com/knyazevs/korm-example
install choco https://chocolatey.org/install
choco install postgresql15
Install windows package manager:
winget install wingetcreate
winget install PostgreSQL.PostgreSQL
Korm is a small project aiming to connect Kotlin native/jvm projects with Postgresql database.
https://github.com/knyazevs/korm-example
install choco https://chocolatey.org/install
choco install postgresql15
Install windows package manager:
winget install wingetcreate
winget install PostgreSQL.PostgreSQL