sqlx
sqlx
io.github.liewhite.sqlx
CustomNs
DBConfig
DBDataSource
DBDataSource
DriverNotSupportError
ExtSyntax
Field
Index
Migrator
QuillMysqlContext
QuillPostgresContext
TField
TField
given_TField_Array
given_TField_BigDecimal
given_TField_BigInt
given_TField_Boolean
given_TField_Date
given_TField_Double
given_TField_Float
given_TField_Int
given_TField_Long
given_TField_String
given_TField_ZonedDateTime
Table
Table
io.github.liewhite.sqlx.annotation
ColumnName
Driver
Index
Length
Primary
TableName
Unique
io.github.liewhite.sqlx.examples
MyApp
User
UserRepo
UserRepoImpl
UserRepoImpl
sqlx
/
io.github.liewhite.sqlx
/
ExtSyntax
ExtSyntax
trait
ExtSyntax
[
I
<:
SqlIdiom
,
N
<:
NamingStrategy
]
Graph
Supertypes
Known subtypes
Self type
class
Object
trait
Matchable
class
Any
class
QuillMysqlContext
[
N
]
class
QuillPostgresContext
[
N
]
ZioJdbcContext
[
I
,
N
]
Extensions
Extensions
Extensions
extension
[
T
](left:
T
)
inline
def
<
(
right:
T
):
Quoted
[
Boolean
]
inline
def
<=
(
right:
T
):
Quoted
[
Boolean
]
inline
def
==
(
right:
T
):
Quoted
[
Boolean
]
inline
def
>
(
right:
T
):
Quoted
[
Boolean
]
inline
def
>=
(
right:
T
):
Quoted
[
Boolean
]
extension
[
T
](q:
Query
[
T
])
inline
def
forUpdate
:
Quoted
[
Query
[
T
]]