Skip to content

Commit

Permalink
Reorganize the source code layout (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Mar 31, 2024
1 parent 83be3c2 commit 7d36d6c
Show file tree
Hide file tree
Showing 88 changed files with 0 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public struct SQLRowDecoder {

public enum KeyDecodingStrategy {
case useDefaultKeys
// converts rows in snake_case to from coding keys in camelCase to
case convertFromSnakeCase
case custom(([CodingKey]) -> CodingKey)
}
Expand Down

0 comments on commit 7d36d6c

Please sign in to comment.