Tim Condon

Results 525 comments of Tim Condon

@gwynne this going to be pushed into Fluent 5?

I don't think SQLKit supports transactions as it's not really the focus of the library. You can start a transaction directly in a database connection with a `BEGIN` query, then...

@darakian sure! The main docs are [here](https://github.com/apple/swift-package-manager/tree/main/Documentation) It terms of registry and publication, SwiftPM is predominantly decentralised, like Go, however the main registry is https://swiftpackageindex.com I know there's been some...

> Is that the entire scope of the SwiftPackageIndex? @finestructure can you confirm? @darakian So yes, for the moment packages must be Git URLs, the SwiftPacakgeIndex is used for discovery...

I'll raise this issue at the next Swift Server Workgroup meeting to ensure we pull together everything else needed

@darakian SwiftPM supports dependencies tagged with SemVer 2.0 tags only (you can point to a specific branch or commit but if you want versioned dependencies it has to be a...

> Gotcha. If we were to restrict our scope to the swift package index would that be useful to the community at large? Re 👆 - yes that would be...

@darakian great! Is there anything you need from me to proceed? @finestructure is it worth just removing the Azure repo from SPI if it's not valid at all?

Honestly I'm not sure, it's outside my SQL knowledge. @gwynne any idea? From the looks of @calebkleveter 's implementation it should be fairly straight forward, we'd just need to add...