A utility plugin for KernelHaven.
Utilities for reading an writing tables in SQLite databases.
Place DBUtils.jar
in the plugins folder of KernelHaven.
This plugin will automatically register the utility classes so that SQLite databases (*.sqlite
) are supported in all places where previously only CSV was.
This plugin has no additional dependencies other than KernelHaven.
This plugin is licensed under the Apache License 2.0.
The following libraries are used (and bundled in lib/
) by this plugin:
Library | Version | License |
---|---|---|
SQLite JDBC | 3.27.2.1 | Apache License 2.0 |