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

lightdb.sql.SQLDatabase.scala Maven / Gradle / Ivy

package lightdb.sql

import lightdb.feature.DBFeatureKey
import lightdb.sql.connect.ConnectionManager

final case class SQLDatabase(connectionManager: ConnectionManager)

object SQLDatabase {
  val Key: DBFeatureKey[SQLDatabase] = DBFeatureKey("sqlDatabase")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy