Koala is an SQL DSL for Kotlin.
User docs are under construction here
Import the project directory into IntelliJ IDEA as a Gradle project.
Tests require PostgreSQL and MySQL running in Docker. Start the database instances by running postgres/setup.sh and mysql/setup.sh.
Tests should now run successfully:
./gradlew test
To interactively develop the user documentation, run the following task:
./gradlew :docs:docusaurusStart --continuous
This will serve documentation on http://localhost:3000/koala
by default.
See CONTRIBUTING.md