Update dependencies
This commit is contained in:
@@ -7,6 +7,6 @@ public protocol RowEncoder: Encoder {
|
||||
func set(_ value: Any, for key: CodingKey) throws
|
||||
func encodeNil(for key: CodingKey) throws
|
||||
func encodeDate(_ date: Date, for key: CodingKey) throws
|
||||
func encode<T: SQLiteRawBindable>(_ value: T, for key: CodingKey) throws
|
||||
func encode<T: SQLiteBindable>(_ value: T, for key: CodingKey) throws
|
||||
func encoder(for key: CodingKey) throws -> any Encoder
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@ import DataLiteCore
|
||||
public protocol ValueEncoder: Encoder {
|
||||
func encodeNil() throws
|
||||
func encodeDate(_ date: Date) throws
|
||||
func encode<T: SQLiteRawBindable>(_ value: T) throws
|
||||
func encode<T: SQLiteBindable>(_ value: T) throws
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user