nbcp.myoql.db.sql.DataSourceScope.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ktmyoql Show documentation
Show all versions of ktmyoql Show documentation
kotlin orm -- mysql,mongo , just like ktorm
The newest version!
package nbcp.myoql.db.sql
import nbcp.base.scope.IScopeData
import javax.sql.DataSource
data class DataSourceScope(val value: DataSource) : IScopeData