All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.edurt.datacap.plugin.TimescaleService.kt Maven / Gradle / Ivy

The newest version!
package io.edurt.datacap.plugin

import io.edurt.datacap.spi.PluginService

class TimescaleService : PluginService
{
    override fun driver(): String
    {
        return "org.postgresql.Driver"
    }

    override fun connectType(): String
    {
        return "postgresql"
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy