commonMain.com.github.mejiomah17.yasb.sqlite.TestSqliteTable.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of database-sqlite-test-fixtures-jvm Show documentation
Show all versions of database-sqlite-test-fixtures-jvm Show documentation
An YASB database-sqlite-test-fixtures module
The newest version!
package com.github.mejiomah17.yasb.sqlite
import com.github.mejiomah17.yasb.core.ddl.Column
import com.github.mejiomah17.yasb.dsl.TestTable
interface TestSqliteTable, DRIVER_DATA_SOURCE, DRIVER_STATEMENT> :
TestTable {
val c: Column
val d: Column
val e: Column
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy