Valérian

Results 3 issues of Valérian

**Tailor Version:** v0.11.1 **Swift Version:** 3.0.1 **Platform (Mac/Linux/Windows/CI):** Mac **Installation Method:** Homebrew ### Steps to Reproduce Issue 1. Make a new file with ```swift enum DataState { case empty case...

When inserting, you can specify a keyEncodingStrategy: ``` try db.insert(into: myTable) .model(myModel, keyEncodingStrategy: .convertToSnakeCase) .run() ``` This change allows to pass a keyDecodingStrategy when using the convenience methods to decode...

Hello, LINUX_SOURCEKIT_LIB_PATH needs to be set to `/usr/share/swift/usr/lib` on GitHub's `ubuntu-18.04` for Actions. Is it ok to make a PR to add this to the search paths on Linux ?...