How to Extend DataFrame Library for Custom SQL Database Support: Example with HSQLDB

Edit page Last modified: 14 January 2025

This guide demonstrates how advanced users can extend the Kotlin DataFrame library to support a custom SQL database, using HSQLDB as an example. By following these steps, you will be able to integrate your custom database into the DataFrame library, allowing for seamless DataFrame creation, manipulation, and querying.

This guide is intended for Gradle projects, but the experience will be similar in Kotlin Notebooks, as demonstrated in this Kotlin DataFrame SQL Example.