Skip to content
View seanwoodward's full-sized avatar
:octocat:
:octocat:

Block or report seanwoodward

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. swift-structured-queries swift-structured-queries Public

    Forked from pointfreeco/swift-structured-queries

    Truly type-safe SQL.

    Swift

  2. StructuredQueries TableColumn contains StructuredQueries TableColumn contains
    1
    import StructuredQueries
    2
    
                  
    3
    extension TableColumn where Value == String {
    4
      
    5
      public func contains(collate collation: Collation? = nil, all searchTerms: String...) -> any QueryExpression<Bool> {